Skip to content

Commit

Permalink
Rename unit test files
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Mar 29, 2022
1 parent 2b2ef5f commit 615c643
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Runs a single command using the runners shell
- name: operational test
run: sh op_test.sh -v
run: sh op-test.sh -v

# Runs a set of commands using the runners shell
# - name: Run a multi-line script
Expand All @@ -57,7 +57,7 @@ jobs:

# Runs a single command using the runners shell
- name: Run a one-line script
run: cmd /c wop_test.bat
run: cmd /c wop-test.bat

# Runs a set of commands using the runners shell
# - name: Run a multi-line script
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion wop_test.bat → wop-test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ copy "%WORK_DIR%\distro\windows\%SYS_ARCH%\*" "%WORK_DIR%\easyrsa3\bin"
copy "%WORK_DIR%\distro\windows\EasyRSA-Start.bat" "%WORK_DIR%\easyrsa3\EasyRSA-Start.bat"
PATH=%PATH%;%WORK_DIR%\easyrsa3\bin;C:\PROGRA~1\openssl

cmd /C "easyrsa3\bin\sh.exe wop_test.sh"
cmd /C "easyrsa3\bin\sh.exe wop-test.sh"
IF ERRORLEVEL 1 (
echo Error occurred, Exit 1
exit /B 1 )
Expand Down
2 changes: 1 addition & 1 deletion wop_test.sh → wop-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ echo "Invoke './easyrsa' to call the program. Without commands, help is displaye

cd ..

./op_test.sh -vv
./op-test.sh -v

0 comments on commit 615c643

Please sign in to comment.