Skip to content

Commit

Permalink
Fix 2 failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Sep 8, 2022
1 parent 65bc78d commit 042b39d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ set -o xtrace
BENCHMARK="${BENCHMARK:-false}"

# Ensure we run additional tests when testing the latest coiled-runtime
if [[ "$COILED_RUNTIME_VERSION" =~ latest|AB_ ]]
if [[ "$COILED_RUNTIME_VERSION" = 'latest' ]]
then
EXTRA_OPTIONS="--run-latest"
export COILED_SOFTWARE_NAME=$(cat software_name.txt)
export TEST_UPSTREAM=$(cat test_upstream.txt)
elif [[ "$COILED_RUNTIME_VERSION" =~ AB_ ]]
then
EXTRA_OPTIONS=""
export COILED_SOFTWARE_NAME=$(cat software_name.txt)
export TEST_UPSTREAM=$(cat test_upstream.txt)
else
EXTRA_OPTIONS=""
unset COILED_SOFTWARE_NAME
Expand Down

0 comments on commit 042b39d

Please sign in to comment.