Skip to content

Commit

Permalink
Report actual result when testing docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Apr 13, 2023
1 parent 0729557 commit 26d363b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docker/container-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function test_trino_starts {
trap - EXIT

if ! [[ ${RESULT} == '"success"' ]]; then
echo "🚨 Test query didn't return expected result (\"success\")" >&2
echo "🚨 Test query didn't return expected result (\"success\"): [${RESULT}]" >&2
return 1
fi

Expand Down

0 comments on commit 26d363b

Please sign in to comment.