From 38575d870c7773b0424792b71b0a06e9b8ef3fba Mon Sep 17 00:00:00 2001 From: Eric F Crist Date: Tue, 11 Dec 2018 20:39:21 -0600 Subject: [PATCH] test suite fixes * need the script to actually do more functional testing * need to be able to test input, need something automated Signed-off-by: Eric F Crist --- op_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/op_test.sh b/op_test.sh index a830e8e..0e76433 100644 --- a/op_test.sh +++ b/op_test.sh @@ -6,10 +6,10 @@ cd easyrsa3 || exit 1 echo "===> Init-PKI" sh -x easyrsa init-pki echo "===> Build-CA" -sh -x easyrsa -batch build-ca nopass +sh -x easyrsa --batch build-ca nopass echo "===> Build-Server" -sh -x easyrsa -batch build-server full s01 nopass +sh -x easyrsa --batch build-server full s01 nopass sh -x easyrsa show-cert s01 echo "===> Build-Client" -sh -x easyrsa -batch build-client-full c01 nopass +sh -x easyrsa --batch build-client-full c01 nopass sh -x easyrsa show-cert c01