Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
removing spurious space from test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbellamy committed Oct 25, 2016
1 parent 6ca7c5f commit 31552a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
GO_TEST_ARGS= (-tags netgo -cpu 4 -timeout 8m)
GO_TEST_ARGS=(-tags netgo -cpu 4 -timeout 8m)
SLOW=
NO_GO_GET=

Expand Down

0 comments on commit 31552a0

Please sign in to comment.