Skip to content

Commit

Permalink
semaphore: run unit tests in verbose mode
Browse files Browse the repository at this point in the history
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Nov 15, 2017
1 parent 7705132 commit 48d0745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

TEST_SUFFIX=$(date +%s | base64 | head -c 15)

TEST_OPTS="RELEASE_TEST=y INTEGRATION=y PASSES='build unit release integration_e2e functional' MANUAL_VER=v3.2.9"
TEST_OPTS="VERBOSE=1 RELEASE_TEST=y INTEGRATION=y PASSES='build unit release integration_e2e functional' MANUAL_VER=v3.2.9"
if [ "$TEST_ARCH" == "386" ]; then
TEST_OPTS="GOARCH=386 PASSES='build unit integration_e2e'"
TEST_OPTS="VERBOSE=1 GOARCH=386 PASSES='build unit integration_e2e'"
fi

docker run \
Expand Down

0 comments on commit 48d0745

Please sign in to comment.