ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 24f6f4a was
3a39c2e,
checked in by krzywon, 10 years ago
|
Next iteration of the SANS→SAS is complete.
|
-
Property mode set to
100755
|
File size:
388 bytes
|
Line | |
---|
1 | #! /bin/sh |
---|
2 | |
---|
3 | # try to find reasonable settings, if not provided in the environment |
---|
4 | PYTHON=${PYTHON:-`which python`} |
---|
5 | PYLINT=${PYLINT:-`which pylint`} |
---|
6 | BUILD_TOOLS_DIR=`dirname $0` |
---|
7 | WORKSPACE=${WORKSPACE:-`readlink -f $BUILD_TOOLS_DIR/..`} |
---|
8 | # WORKSPACE top level of source |
---|
9 | |
---|
10 | cd $WORKSPACE/test |
---|
11 | |
---|
12 | export PYTHONPATH=$PYTHONPATH:$WORKSPACE/sasview-install:$WORKSPACE/utils |
---|
13 | |
---|
14 | $PYTHON utest_sasview.py |
---|
Note: See
TracBrowser
for help on using the repository browser.