Use full '--passin'/'--passout' unit tests
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
d652a55088
commit
ad804cdd65
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: operational test
|
- 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
|
# Runs a set of commands using the runners shell
|
||||||
# - name: Run a multi-line script
|
# - name: Run a multi-line script
|
||||||
@ -84,7 +84,7 @@ jobs:
|
|||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- 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
|
# Runs a set of commands using the runners shell
|
||||||
# - name: Run a multi-line script
|
# - name: Run a multi-line script
|
||||||
|
|||||||
@ -67,4 +67,4 @@ echo "Invoke './easyrsa' to call the program. Without commands, help is displaye
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
./op-test.sh -w -v
|
./op-test.sh -w -p -v
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user