1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 13:17:17 +00:00

fix the tests post 1.0.0

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-04-13 10:23:05 +10:00
parent 6a3624aea6
commit c04357c32d
3 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
#set -e
set -e
cd $(dirname $0)/..

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# help: Run go unit tests
#set -e
set -e
cd $(dirname $0)/..