Selaa lähdekoodia

Patch drone test runner

Greg Turnquist 13 vuotta sitten
vanhempi
commit
6f0b747561
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      test/run.sh

+ 1
- 1
test/run.sh Näytä tiedosto

1
 cd $(dirname $0)
1
 cd $(dirname $0)
2
 cd ../complete
2
 cd ../complete
3
 mvn package
3
 mvn package
4
-java -jar target/gs-rest-service-complete-0.1.0.jar &
4
+java -jar target/gs-rest-service-0.1.0.jar &
5
 PID=$!
5
 PID=$!
6
 sleep 3
6
 sleep 3
7
 curl -s http://localhost:8080/greeting > target/actual.json
7
 curl -s http://localhost:8080/greeting > target/actual.json