From 5fcefbc905d5bb807bd402129f55cf51da3c6568 Mon Sep 17 00:00:00 2001 From: mmsqe Date: Mon, 5 Aug 2024 12:03:24 +0800 Subject: [PATCH] test --- scripts/run-integration-tests.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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