@@ -7,6 +7,8 @@ sleep 3
curl -s http://localhost:8080/greeting > target/actual.json
kill -9 $PID
+cat target/actual.json
+
if diff -w ../test/expected.json target/actual.json
then
echo SUCCESS