Will this fix Jenkins?

This commit is contained in:
James Shubin
2016-02-10 17:35:51 -05:00
parent bbb35fa12c
commit acff20c54e

View File

@@ -10,7 +10,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" # dir!
cd "$DIR" >/dev/null # work from main mgmt directory cd "$DIR" >/dev/null # work from main mgmt directory
make build make build
MGMT="$DIR/test/shell/mgmt" MGMT="$DIR/test/shell/mgmt"
cp -a "$DIR/mgmt" "$MGMT" # put a copy there cp -a "$DIR/mgmt" "$MGMT" || cp -a "$GOBIN/mgmt" "$MGMT" # put a copy there
failures="" failures=""
count=0 count=0