Преглед изворни кода

Add more logging to deduce CI problem

Greg Turnquist пре 13 година
родитељ
комит
a2d7beb3ef
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2
    0
      test/run.sh

+ 2
- 0
test/run.sh Прегледај датотеку

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