Use full '--passin'/'--passout' unit tests

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-05-13 23:25:40 +01:00
parent d652a55088
commit ad804cdd65
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246
2 changed files with 3 additions and 3 deletions

View File

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

View File

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