fix stupid mistake

This commit is contained in:
Dominic Breuker
2018-03-09 08:59:34 +01:00
parent 584f8e779b
commit e4bb3979b8
3 changed files with 3 additions and 6 deletions

View File

@@ -1,10 +1,5 @@
#!/bin/bash
# run unit tests
echo "[+] running unit tests"
sudo /bin/sh -c 'GOPATH=/go /usr/local/go/bin/go test ./...'
# run integration test
sudo cron -f &
sleep 1
sudo ps | grep cron 1>/dev/null