Skip to content

Commit 4e9e5db

Browse files
committed
fix testing of the docker service running in test.sh
1 parent 6f3274d commit 4e9e5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77

88
if ! docker info | grep -q 'Server Version' ; then
99
echo 'Ensure that docker service is running'
10-
echo 1
10+
exit 1
1111
fi
1212

1313
if nc -w 5 -z localhost 5432; then

0 commit comments

Comments
 (0)