Explorar el Código

Patch drone test runner

Greg Turnquist hace 13 años
padre
commit
6f0b747561
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      test/run.sh

+ 1
- 1
test/run.sh Ver fichero

@@ -1,7 +1,7 @@
1 1
 cd $(dirname $0)
2 2
 cd ../complete
3 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 5
 PID=$!
6 6
 sleep 3
7 7
 curl -s http://localhost:8080/greeting > target/actual.json