OSDN Git Service

BuildAll.*.cmd: Fix an issue where the command prompt window closes when the UnitTest...
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 24 Jul 2020 04:39:29 +0000 (13:39 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 24 Jul 2020 04:39:29 +0000 (13:39 +0900)
BuildAll.vs2017.cmd
BuildAll.vs2019.cmd
BuildAll.vs2019x64_vs2017Win32.cmd

index 3a698f0..5880b09 100644 (file)
@@ -2,7 +2,7 @@ pushd "%~dp0"
 call BuildManual.cmd
 call BuildBin.vs2017.cmd %1 %2
 pushd Testing\GoogleTest\UnitTests
-UnitTests.exe || exit
+UnitTests.exe || goto :eof
 popd
 call BuildInstaller.cmd %1 %2
 call BuildArc.cmd %1 %2
index a84682b..49fc49c 100644 (file)
@@ -2,7 +2,7 @@ pushd "%~dp0"
 call BuildManual.cmd
 call BuildBin.vs2019.cmd %1 %2
 pushd Testing\GoogleTest\UnitTests
-UnitTests.exe || exit
+UnitTests.exe || goto :eof
 popd
 call BuildInstaller.cmd %1 %2
 call BuildArc.cmd %1 %2
index d30343d..de15fb4 100644 (file)
@@ -7,7 +7,7 @@ setlocal
 call BuildBin.vs2019.cmd x64
 endlocal
 pushd Testing\GoogleTest\UnitTests
-UnitTests.exe || exit
+UnitTests.exe || goto :eof
 popd
 call BuildInstaller.cmd %1 %2
 call BuildArc.cmd %1 %2