aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-03 21:11:07 +0100
committerJakob Unterwurzacher2015-11-03 21:11:07 +0100
commitb80167b39d0b0486b6a257bf378fadb3cfec65c2 (patch)
treef61cf8c9b426cdb4956038f3614ea452f6cca611 /test.bash
parent988e0a047c01b2f59c4e059876bfb2122981d605 (diff)
tests: reduce noise but make test.bash accept "-v"
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash6
1 files changed, 3 insertions, 3 deletions
diff --git a/test.bash b/test.bash
index 4cfe5a8..ce219bf 100755
--- a/test.bash
+++ b/test.bash
@@ -1,9 +1,9 @@
#!/bin/bash
-set -eux
+set -eu
go build ./cryptfs
-go test ./cryptfs
+go test ./cryptfs $*
source build.bash
-go test
+go test $*