diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:58:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-13 15:58:27 -0300 |
commit | 3fc178d3e76d039860cf844d55a1a5c953507b5d (patch) | |
tree | 0ebaf312389d660859e015cf3fe168a207f2d590 /tools | |
parent | a9d7da368d15868c9353ac9227907c23b954635d (diff) | |
download | plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.gz plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.bz2 plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.tar.xz plus-3fc178d3e76d039860cf844d55a1a5c953507b5d.zip |
manaversetest -> manaplustest
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ci/jobs/windowstest.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/jobs/windowstest.cmd b/tools/ci/jobs/windowstest.cmd index 25e298133..5fcd9099c 100644 --- a/tools/ci/jobs/windowstest.cmd +++ b/tools/ci/jobs/windowstest.cmd @@ -3,6 +3,6 @@ cd test mkdir %1 xcopy /s C:\gitlabrunner\%1 %1 cd %1 -copy ..\..\src\manaversetests.exe .\ +copy ..\..\src\manaplustests.exe .\ dir -manaversetests.exe +manaplustests.exe |