Skip to content

Commit

Permalink
test: fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 14, 2024
1 parent c2858ef commit 2338376
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions e2e/run_all_tests
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ for index in "${!FILES[@]}"; do
fi

# Actually run the test
if ! "$ROOT/e2e/run_test" "$TEST_NAME"; then
status=1
fi
"$ROOT/e2e/run_test" "$TEST_NAME" # fail fast for now
# if ! "$ROOT/e2e/run_test" "$TEST_NAME"; then
# status=1
# fi
test_count=$((test_count + 1))
done

Expand Down

0 comments on commit 2338376

Please sign in to comment.