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