Skip to content

Commit

Permalink
CherryPick(#15815): Fix unit-test-runner bug (#5061)
Browse files Browse the repository at this point in the history
  • Loading branch information
planetscale-actions-bot committed Apr 29, 2024
1 parent 43c947b commit 0c3cf12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/unit_test_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ if [[ "$VTEVALENGINETEST" == "1" ]]; then
fi

if [[ "$VTEVALENGINETEST" == "0" ]]; then
# shellcheck disable=SC2086
packages_with_tests=$(echo $packages_with_tests | grep -v "evalengine")
packages_with_tests=$(echo "$packages_with_tests" | grep -v "evalengine")
fi

# Flaky tests have the suffix "_flaky_test.go".
Expand Down

0 comments on commit 0c3cf12

Please sign in to comment.