diff --git a/integration-tests/run.sh b/integration-tests/run.sh index 9f714c58146815c916f9bdb99706dc06c0e3fddc..c829772c3bf4f5156b5495647a591e9584b39456 100755 --- a/integration-tests/run.sh +++ b/integration-tests/run.sh @@ -12,16 +12,16 @@ echo Testing Screening Workflow result_hcs=$? print_result $result_hcs -echo Testing YeastX Workflow -./test-yeastx.sh $@ -result_yeastx=$? -print_result $result_yeastx - echo Testing 3V Screening Workflow ./test-3v.sh $@ result_3v=$? print_result $result_3v +echo Testing YeastX Workflow +./test-yeastx.sh $@ +result_yeastx=$? +print_result $result_yeastx + if [ $result_3v -ne 0 -o $result_yeastx -ne 0 -o $result_hcs -ne 0 ]; then exit 1; fi