Skip to content

Commit

Permalink
URGENT PATCH: Update run_WE2E_tests.sh #420
Browse files Browse the repository at this point in the history
Happy Friday y'all!
  • Loading branch information
mkavulich authored Oct 14, 2022
1 parent 1786a71 commit 6089f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WE2E/run_WE2E_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ elif [ "${test_type}" = "all" ] ; then
user_spec_tests+=("$(basename $fp | cut -f 2 -d .)")
done

elif [ -n "${tests_file}" ] | [ -n "${test_type}" ] ; then
elif [ -n "${tests_file}" ] || [ -n "${test_type}" ] ; then

# User wants to run a set of tests from a file, either their own or
# one managed in the repo
Expand Down

0 comments on commit 6089f69

Please sign in to comment.