core_shell_microgelscostrafo411magnetic_modelrelease_v0.94release_v0.95ticket-1257-vesicle-productticket_1156ticket_1265_superballticket_822_more_unit_tests
Last change
on this file since a217f7d was
6d2abaa,
checked in by pkienzle, 10 years ago
|
allow extra/build_linux.sh test from developer machine
|
-
Property mode set to
100755
|
File size:
413 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | test -z $WORKSPACE && WORKSPACE=. |
---|
4 | |
---|
5 | EASY_INSTALL=${EASY_INSTALL:-`which easy_install`} |
---|
6 | cd $WORKSPACE |
---|
7 | if [ ! -d "utils" ]; then |
---|
8 | mkdir utils |
---|
9 | fi |
---|
10 | export PYTHONPATH=$WORKSPACE/utils:$PYTHONPATH |
---|
11 | |
---|
12 | "$EASY_INSTALL" -d "$WORKSPACE/utils" unittest-xml-reporting pylint |
---|
13 | |
---|
14 | cd $WORKSPACE |
---|
15 | python -m sasmodels.model_test opencl_and_dll all || exit 1 |
---|
16 | |
---|
17 | python extra/run-pylint.py > pylint_violations.txt || exit 0 |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.