Changeset db8756e in sasmodels for extra/build_linux.sh


Ignore:
Timestamp:
Mar 13, 2015 4:37:58 PM (10 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
29aa28f
Parents:
d9633b1
Message:

have jenkins run the resolution tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extra/build_linux.sh

    r6d2abaa rdb8756e  
    1212"$EASY_INSTALL" -d "$WORKSPACE/utils" unittest-xml-reporting pylint 
    1313 
    14 cd $WORKSPACE 
    15 python -m sasmodels.model_test opencl_and_dll all || exit 1 
     14# Run tests 
     15STATUS=0 
     16python -m sasmodels.model_test opencl_and_dll all || STATUS=$? 
     17python -m sasmodels.resolution || STATUS=$? 
    1618 
    17 python extra/run-pylint.py > pylint_violations.txt || exit 0 
     19# Run lint 
     20python extra/run-pylint.py > pylint_violations.txt 
     21 
     22exit $STATUS 
    1823 
    1924 
Note: See TracChangeset for help on using the changeset viewer.