Author: ngie
Date: Mon May 20 22:32:26 2019
New Revision: 348019
URL: https://svnweb.freebsd.org/changeset/base/348019

Log:
  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.

Modified:
  head/tests/sys/opencrypto/runtests.sh

Modified: head/tests/sys/opencrypto/runtests.sh
==============================================================================
--- head/tests/sys/opencrypto/runtests.sh       Mon May 20 22:21:47 2019        
(r348018)
+++ head/tests/sys/opencrypto/runtests.sh       Mon May 20 22:32:26 2019        
(r348019)
@@ -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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to