diff options
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 $* |