ajout tests

This commit is contained in:
Gregan 2021-07-29 17:32:31 +02:00
parent 367205b340
commit 03ace1def8

View File

@ -1,7 +1,8 @@
#!/bin/bash
echo "TEST HUGO"
response=$("curl -s http://localhost:6060")
response = sh(script: 'curl http://localhost:6060', returnStdout: true)
#response=$("curl -s http://localhost:6060")
#if ['$reponse' != '200']
#then
# exit 1