summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index 8eadfab..fb849c4 100755
--- a/test.bash
+++ b/test.bash
@@ -2,9 +2,11 @@
set -eux
+cd cryptfs
go build
go test
+cd ..
-cd cryptfs
go build
go test
+