From 967e7bd125bf04e2b72fba90ee8f6055d739a969 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 10 Dec 2016 13:14:20 +0100 Subject: 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 --- test.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'test.bash') 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 ./... $* -- cgit v1.2.3