Skip to content

Commit 615c643

Browse files
committed
Rename unit test files
Signed-off-by: Richard T Bonhomme <[email protected]>
1 parent 2b2ef5f commit 615c643

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

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

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

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

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

op_test.sh op-test.sh

File renamed without changes.

wop_test.bat wop-test.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ copy "%WORK_DIR%\distro\windows\%SYS_ARCH%\*" "%WORK_DIR%\easyrsa3\bin"
1818
copy "%WORK_DIR%\distro\windows\EasyRSA-Start.bat" "%WORK_DIR%\easyrsa3\EasyRSA-Start.bat"
1919
PATH=%PATH%;%WORK_DIR%\easyrsa3\bin;C:\PROGRA~1\openssl
2020

21-
cmd /C "easyrsa3\bin\sh.exe wop_test.sh"
21+
cmd /C "easyrsa3\bin\sh.exe wop-test.sh"
2222
IF ERRORLEVEL 1 (
2323
echo Error occurred, Exit 1
2424
exit /B 1 )

wop_test.sh 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 -vv
70+
./op-test.sh -v

0 commit comments

Comments
 (0)