1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +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 7a51d3695c
commit a0061beedf
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)/..