Prettify output

This commit is contained in:
Michael Schurter
2017-01-27 13:22:58 -08:00
parent cb5e23d7b4
commit 8e36ef3823

View File

@@ -14,7 +14,7 @@ trap "rm -rf $TEMPDIR" EXIT HUP INT QUIT TERM
# Build the Nomad binary for the API tests
echo "--> Building nomad"
echo go build -i -tags "$GOTEST_TAGS" -o $TEMPDIR/nomad
echo go build -i -tags \"$GOTEST_TAGS\" -o $TEMPDIR/nomad
go build -i -tags "$GOTEST_TAGS" -o $TEMPDIR/nomad || exit 1
# Run the tests