test cleanup

This commit is contained in:
Roy Crihfield 2023-09-29 10:53:16 +08:00
parent f3d0a8b63f
commit 31c25f4ad0

View File

@ -57,9 +57,9 @@ jobs:
./eth-statediff-service --config ./test/ci-config.toml serve &
sleep 10
./scripts/request-range.sh 0 32 || (E=$?; cat ./server-log; exit $E)
./scripts/request-range.sh 0 32 || (E=$?; cat $LOG_FILE; exit $E)
until grep "Finished processing block 32" ./server-log
until grep "Finished processing block 32" $LOG_FILE
do sleep 1; done
count_results() {