We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b52c30 commit e67bb11Copy full SHA for e67bb11
tools/bin/acceptance_test.sh
@@ -13,7 +13,7 @@ get_epoch_time() {
13
}
14
15
check_success() {
16
- docker compose ps | grep "^$1" | grep -ie 'exit 0' -ie 'exited (0)' >/dev/null || (echo "$1 didn't run successfully"; exit 1)
+ docker compose ps --all | grep "^$1" | grep -ie 'exit 0' -ie 'exited (0)' >/dev/null || (echo "$1 didn't run successfully"; exit 1)
17
18
19
##
0 commit comments