Skip to content

Commit

Permalink
DSET-4430: Fix failure when running tests multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-majlis-s1 committed Aug 10, 2023
1 parent 8b15cc1 commit 4fd237f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ test-many-times:
for i in `seq 1 $${COUNT}`; do \
echo "Running test $${i} / $${COUNT} - BEGIN"; \
make test 2>&1 | tee $${prefix}-$${i}.log | awk '{print "'$${i}'/'$${COUNT}'", $$0; }' ; \
echo; \
grep -H FAIL $${prefix}-$${i}.log; \
echo "Running test $${i} / $${COUNT} - END"; \
done; \
echo "Grep for FAIL - no lines should be found"; \
Expand Down

0 comments on commit 4fd237f

Please sign in to comment.