aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-12-10 13:14:20 +0100
committerJakob Unterwurzacher2016-12-10 13:15:19 +0100
commit967e7bd125bf04e2b72fba90ee8f6055d739a969 (patch)
tree6a9fa8b01ade1df46abce816dbbe8c8d6bc64763 /test.bash
parent2758c75cae2896b7f1327fe00f60a1c017c0e0d1 (diff)
stupidgcm: Fix without_openssl build failure
Also, always call build-without-openssl.bash from test.bash. Failure was: internal/stupidgcm/without_openssl.go:29: missing return at end of function
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.bash b/test.bash
index aa1adc7..892e6c2 100755
--- a/test.bash
+++ b/test.bash
@@ -23,6 +23,7 @@ for i in $(cat /proc/mounts | grep $TESTDIR | cut -f2 -d" "); do
fusermount -u $i
done
+source build-without-openssl.bash
source build.bash
go test ./... $*