mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Prettify output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user