Skip to content

Commit

Permalink
feat: fix unit-test-runner
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Apr 29, 2024
1 parent cf3acaa commit 41ee543
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 41ee543

Please sign in to comment.