source: sasview/build_tools/jenkins_linux_test.sh

ESS_GUI
Last change on this file was 3a39c2e, checked in by krzywon, 9 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
4PYTHON=${PYTHON:-`which python`}
5PYLINT=${PYLINT:-`which pylint`}
6BUILD_TOOLS_DIR=`dirname $0`
7WORKSPACE=${WORKSPACE:-`readlink -f $BUILD_TOOLS_DIR/..`}
8# WORKSPACE top level of source
9
10cd $WORKSPACE/test
11
12export PYTHONPATH=$PYTHONPATH:$WORKSPACE/sasview-install:$WORKSPACE/utils
13
14$PYTHON utest_sasview.py
Note: See TracBrowser for help on using the repository browser.