Allow the end-user to pass along arguments to cryptotest.py via $CRYPTOTEST_ARGS
This allows someone to use `-v` to dump out standard output.
This commit is contained in:
parent
a58040e746
commit
1466140817
@ -81,7 +81,7 @@ if ! sysctl $cdas_sysctl=1; then
|
||||
fi
|
||||
|
||||
echo "1..1"
|
||||
if "$PYTHON" $(dirname $0)/cryptotest.py; then
|
||||
if "$PYTHON" $(dirname $0)/cryptotest.py $CRYPTOTEST_ARGS; then
|
||||
echo "ok 1"
|
||||
else
|
||||
echo "not ok 1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user