diff --git a/scripts/run-integration-tests.sh b/scripts/run-integration-tests.sh index a224e2f598..027b66bb11 100755 --- a/scripts/run-integration-tests.sh +++ b/scripts/run-integration-tests.sh @@ -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