From ad804cdd65a2aa58eb4ad4a348f7c730f12870f5 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 13 May 2022 23:25:40 +0100 Subject: [PATCH] Use full '--passin'/'--passout' unit tests Signed-off-by: Richard T Bonhomme --- .github/workflows/action.yml | 4 ++-- wop-test.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 7e5f87a..db091e2 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -33,7 +33,7 @@ jobs: # Runs a single command using the runners shell - name: operational test - run: sh op-test.sh -v -sc -o3 + run: sh op-test.sh -v -sc -o3 -p # Runs a set of commands using the runners shell # - name: Run a multi-line script @@ -84,7 +84,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: sh op-test.sh -v + run: sh op-test.sh -v -p # Runs a set of commands using the runners shell # - name: Run a multi-line script diff --git a/wop-test.sh b/wop-test.sh index 466bd75..39be881 100644 --- a/wop-test.sh +++ b/wop-test.sh @@ -67,4 +67,4 @@ echo "Invoke './easyrsa' to call the program. Without commands, help is displaye cd .. -./op-test.sh -w -v +./op-test.sh -w -p -v