Skip to content

Commit 264b272

Browse files
committed
Make tests less chatty
1 parent 0050fba commit 264b272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/reset.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#USAGE choices "14" "15" "16" "17"
55
#USAGE }
66

7-
set -euxo pipefail
7+
set -euo pipefail
88

99
fail_if_postgres_not_running () {
1010
containers=$(docker ps --filter "name=${container_name}" --quiet)

0 commit comments

Comments
 (0)