aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-01 15:22:53 +0100
committerJakob Unterwurzacher2015-11-01 15:22:53 +0100
commite7c25b482e14941cdfec61329f6a752f1666a2f2 (patch)
treeab3abf3cb733b1f84a878e526a246b96b36b6c5d
parentc272e3042fd80e0ee1c7bed6e2482ed444f86412 (diff)
Update test.bash to call build.bashv0.3.1
This makes sure the version number is baked into the binary that is built
-rwxr-xr-xtest.bash10
1 files changed, 4 insertions, 6 deletions
diff --git a/test.bash b/test.bash
index 976bb02..4cfe5a8 100755
--- a/test.bash
+++ b/test.bash
@@ -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