From 9edb6bce230afbaabbea4bf2aa8cabc5f6148dc3 Mon Sep 17 00:00:00 2001 From: spo Date: Tue, 25 Aug 2015 09:05:38 +0300 Subject: [PATCH] Use tst_543 in Jenkins. Improve Linux scripts. --- launcher_env.sh | 2 ++ test_squish.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/launcher_env.sh b/launcher_env.sh index 5946a9693..e1cd87c0c 100755 --- a/launcher_env.sh +++ b/launcher_env.sh @@ -3,6 +3,8 @@ source env.sh source env_standalone.sh +export PATH=${INSTALL_DIR}/bin:${PATH} + cd ${BUILD_DIR} if [[ -n $@ ]]; then diff --git a/test_squish.sh b/test_squish.sh index da03d4c82..e05154808 100755 --- a/test_squish.sh +++ b/test_squish.sh @@ -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 -- 2.39.2