Rename unit test files

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-03-29 14:48:33 +01:00
parent 2b2ef5f7b8
commit 615c643473
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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