Bläddra i källkod

Add more logging to deduce CI problem

Greg Turnquist 13 år sedan
förälder
incheckning
a2d7beb3ef
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      test/run.sh

+ 2
- 0
test/run.sh Visa fil

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