Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Aug 5, 2024
1 parent a85d5e3 commit 5fcefbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ npm run typechain
cd ..

TESTS_TO_RUN="${TESTS_TO_RUN:-all}"
RUNS=5

for ((i=1; i<=$RUNS; i++)); do
echo "run tests: $i"
pytest -v -s test_debug_traceblock.py
done
pytest -v -s test_debug_traceblock.py
pytest -v -s test_debug_traceblock.py
pytest -v -s test_debug_traceblock.py
pytest -v -s test_debug_traceblock.py
pytest -v -s test_debug_traceblock.py

0 comments on commit 5fcefbc

Please sign in to comment.