Salome HOME
Use tst_543 in Jenkins. Improve Linux scripts.
authorspo <sergey.pokhodenko@opencascade.com>
Tue, 25 Aug 2015 06:05:38 +0000 (09:05 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Tue, 25 Aug 2015 06:05:51 +0000 (09:05 +0300)
launcher_env.sh
test_squish.sh

index 5946a969390e76db7ec0256bb2062ab0a4d0776d..e1cd87c0c5298dd4f0d4a4ff1b927b4d2e081860 100755 (executable)
@@ -3,6 +3,8 @@
 source env.sh
 source env_standalone.sh
 
+export PATH=${INSTALL_DIR}/bin:${PATH}
+
 cd ${BUILD_DIR}
 
 if [[ -n $@ ]]; then
index da03d4c82b6404d878d9901061e345b8d67289dd..e051548088c4a0288deec2f82fa0b4bd4afee54f 100755 (executable)
@@ -43,7 +43,7 @@ squishrunner_run() {
   if [ ${EXIT_CODE} = '1' ]; then RETVAL=1; fi
 }
 
-squishrunner_run ./test.squish/suite_ISSUES 'tst_BASE tst_DISTANCE tst_PARALLEL_1 tst_PARALLEL_2 tst_RADIUS tst_c tst_common_1 tst_crash_1 tst_818'
+squishrunner_run ./test.squish/suite_ISSUES 'tst_BASE tst_DISTANCE tst_PARALLEL_1 tst_PARALLEL_2 tst_PERPENDICULAR_1 tst_RADIUS tst_c tst_common_1 tst_crash_1 tst_818 tst_532'
 
 squishserver --verbose --port=${SQUISHSERVER_PORT} --stop
 for aut in linux_run.sh salome_run.sh; do