diff options
| -rwxr-xr-x | test.bash | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -2,10 +2,8 @@ set -eux -for i in ./cryptfs . -do - - go build $i - go test $i -done +go build ./cryptfs +go test ./cryptfs +source build.bash +go test |
![]() |
index : gocryptfs | |
| Mirror of gocryptfs source code on Github | https://github.com/rfjakob/gocryptfs |
| summaryrefslogtreecommitdiff |
| -rwxr-xr-x | test.bash | 10 |
@@ -2,10 +2,8 @@ set -eux -for i in ./cryptfs . -do - - go build $i - go test $i -done +go build ./cryptfs +go test ./cryptfs +source build.bash +go test |