diff options
Diffstat (limited to 'test.bash')
-rwxr-xr-x | test.bash | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ./... $* |