Remove spurious debugging code from test

This commit is contained in:
Jonathan Lange
2016-07-14 16:42:51 +01:00
parent 8b7ec6ebbc
commit 87864270ee

2
test
View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -ex set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" 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 )