diff options
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,6 @@ set -eu cd "$(dirname "$0")" -#go test ./cryptfs $* - source build.bash -go test ./integration_tests $* + +go test ./... |