test cleanup
This commit is contained in:
parent
f3d0a8b63f
commit
31c25f4ad0
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user