Skip to content

Commit b3baf10

Browse files
hhorakpkubatrh
andauthored
Update test/run_migration_test
Co-authored-by: Petr Kubat <[email protected]>
1 parent 3cc5f71 commit b3baf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run_migration_test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ assert_migration_fails()
5858
{
5959
docker run --rm -e POSTGRESQL_MIGRATION_REMOTE_HOST=invalid-host-name -e POSTGRESQL_MIGRATION_ADMIN_PASSWORD=password "$image_to" run-postgresql --version
6060
if [ $? -eq 0 ] ; then
61-
info "The image existed with 0 despite migration obviously did not work, that's a problem."
61+
info "The image exited with 0 despite migration obviously did not work, that's a problem."
6262
return 1
6363
else
64-
info "The image existed with non-zero exit code when migration obviously did not work, which is correct"
64+
info "The image exited with non-zero exit code when migration obviously did not work, which is correct"
6565
fi
6666
}
6767

0 commit comments

Comments
 (0)