d2c0fae4f6
You will still get lots of test error, but at least the tests will run.
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
./test.bash -tags without_openssl
|