Skip to content

Commit

Permalink
test: updating ts integ test console output for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jtblack-aws committed Oct 4, 2024
1 parent b5fa587 commit 252d167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tile_server_integ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ if echo "$log_result" | grep -q "Success: 100.00%"; then
exit 0
else
print_test_failed
echo "$log_result"
echo "$log_result" | sed -n '/^{.*"message":/p' | jq -r '.message' | sed 's/\\n/\n/g'
exit 1
fi

0 comments on commit 252d167

Please sign in to comment.