diff options
author | Jakob Unterwurzacher | 2017-02-26 19:53:29 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-02-26 19:53:29 +0100 |
commit | d2c0fae4f657d01b692d04056f997c611b96299b (patch) | |
tree | ef6d1b93dd5002f4d55a821062a05026cf4d8943 /test-without-openssl.bash | |
parent | 98ecf1f074400c7cdfa7d3eafb4eeb0ab12e9ebd (diff) |
tests: somewhat support testing without openssl
You will still get lots of test error, but at least the tests
will run.
Diffstat (limited to 'test-without-openssl.bash')
-rwxr-xr-x | test-without-openssl.bash | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-without-openssl.bash b/test-without-openssl.bash new file mode 100755 index 0000000..645c6cd --- /dev/null +++ b/test-without-openssl.bash @@ -0,0 +1,5 @@ +#!/bin/bash -eu + +cd "$(dirname "$0")" + +./test.bash -tags without_openssl |