From 8e36ef3823ec4fc679fbf81d701a395b67010059 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 27 Jan 2017 13:22:58 -0800 Subject: [PATCH] Prettify output --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 467d73b38..7a3803ded 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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