Make CD docker tests more flexible (#7077)
This commit is contained in:
parent
62b4fa21a2
commit
fc9baf92dd
|
@ -171,7 +171,8 @@ jobs:
|
|||
docker logs --tail all --follow testnet-conf-tests | \
|
||||
tee --output-error=exit /dev/stderr | \
|
||||
grep --max-count=1 --extended-regexp --color=always \
|
||||
'net.*=.*Test.*estimated progress to chain tip.*Genesis'
|
||||
-e 'net.*=.*Test.*estimated progress to chain tip.*Genesis' \
|
||||
-e 'net.*=.*Test.*estimated progress to chain tip.*BeforeOverwinter'
|
||||
docker stop testnet-conf-tests
|
||||
# get the exit status from docker
|
||||
EXIT_STATUS=$( \
|
||||
|
|
Loading…
Reference in New Issue