Rename unit test files
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
2b2ef5f7b8
commit
615c643473
4
.github/workflows/action.yml
vendored
4
.github/workflows/action.yml
vendored
@ -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
|
||||
|
||||
@ -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 )
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user