From e8b9378a893215060fafac4241a33faef031b41d Mon Sep 17 00:00:00 2001 From: kaguillera Date: Thu, 8 Oct 2020 17:02:35 -0400 Subject: [PATCH] Trying to stop travis at first FAIL 1.0 --- tests/scripts/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index f70e45d2..81e93c37 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -74,7 +74,7 @@ then display_usage elif [ $1 == 'all' ] then - run_periodic_pipeline + run_periodic_pipeline || travis_terminate 1; run_frequency_pipeline elif [ $1 == 'periodic' ] then @@ -123,7 +123,7 @@ then run_frequency_pipeline if [ $2 == 'test' ] then - run_periodic_test + run_periodic_test || travis_terminate 1; run_frequency_test else display_usage