diff --git a/dist/codecov_ats.sh b/dist/codecov_ats.sh index 00f1c57..2192dd0 100755 --- a/dist/codecov_ats.sh +++ b/dist/codecov_ats.sh @@ -133,6 +133,9 @@ if [[ -z $ats_tests_to_run ]]; then else ats_tests_to_run=${ats_tests_to_skip_array[ $RANDOM % ${#ats_tests_to_skip_array[@]} ]} fi +elif [[ -z $ats_tests_to_skip ]]; then + say "$y==>$x No tests are skipped, running all" + ats_tests_to_run="" fi test_commands="$runner_options " diff --git a/src/codecov_ats.sh b/src/codecov_ats.sh index 00f1c57..2192dd0 100755 --- a/src/codecov_ats.sh +++ b/src/codecov_ats.sh @@ -133,6 +133,9 @@ if [[ -z $ats_tests_to_run ]]; then else ats_tests_to_run=${ats_tests_to_skip_array[ $RANDOM % ${#ats_tests_to_skip_array[@]} ]} fi +elif [[ -z $ats_tests_to_skip ]]; then + say "$y==>$x No tests are skipped, running all" + ats_tests_to_run="" fi test_commands="$runner_options "