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:
Enji Cooper 2019-05-20 22:32:26 +00:00
parent a58040e746
commit 1466140817

View File

@ -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"