Skip to content

Commit 042b39d

Browse files
committed
Fix 2 failing tests
1 parent 65bc78d commit 042b39d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

ci/scripts/run_tests.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ set -o xtrace
55
BENCHMARK="${BENCHMARK:-false}"
66

77
# Ensure we run additional tests when testing the latest coiled-runtime
8-
if [[ "$COILED_RUNTIME_VERSION" =~ latest|AB_ ]]
8+
if [[ "$COILED_RUNTIME_VERSION" = 'latest' ]]
99
then
1010
EXTRA_OPTIONS="--run-latest"
1111
export COILED_SOFTWARE_NAME=$(cat software_name.txt)
1212
export TEST_UPSTREAM=$(cat test_upstream.txt)
13+
elif [[ "$COILED_RUNTIME_VERSION" =~ AB_ ]]
14+
then
15+
EXTRA_OPTIONS=""
16+
export COILED_SOFTWARE_NAME=$(cat software_name.txt)
17+
export TEST_UPSTREAM=$(cat test_upstream.txt)
1318
else
1419
EXTRA_OPTIONS=""
1520
unset COILED_SOFTWARE_NAME

0 commit comments

Comments
 (0)