Skip to content

Commit ad804cd

Browse files
committed
Use full '--passin'/'--passout' unit tests
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent d652a55 commit ad804cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Runs a single command using the runners shell
3535
- name: operational test
36-
run: sh op-test.sh -v -sc -o3
36+
run: sh op-test.sh -v -sc -o3 -p
3737

3838
# Runs a set of commands using the runners shell
3939
# - name: Run a multi-line script
@@ -84,7 +84,7 @@ jobs:
8484

8585
# Runs a single command using the runners shell
8686
- name: Run a one-line script
87-
run: sh op-test.sh -v
87+
run: sh op-test.sh -v -p
8888

8989
# Runs a set of commands using the runners shell
9090
# - name: Run a multi-line script

wop-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ echo "Invoke './easyrsa' to call the program. Without commands, help is displaye
6767

6868
cd ..
6969

70-
./op-test.sh -w -v
70+
./op-test.sh -w -p -v

0 commit comments

Comments
 (0)