]> OCCT Git - occt.git/commitdiff
Remove pause from build scripts CR0-77-Hybrid-2024020101
authoroan <oan@opencascade.com>
Thu, 1 Feb 2024 13:08:32 +0000 (13:08 +0000)
committeroan <oan@opencascade.com>
Thu, 1 Feb 2024 13:08:32 +0000 (13:08 +0000)
adm/scripts/wasm_build.bat

index b5cacf9f259110371e809ed7e27ef4f4537259ca..c47b83a172418c3173160d44e345e921f6d6cc7c 100644 (file)
@@ -128,9 +128,6 @@ if ["%toPack%"] == ["1"] (
 
   "%THE_7Z_PATH%" a -r %THE_7Z_PARAMS% "%aBuildRoot%/%anArchName%.7z" "%aTarget%"
 )
-if not ["%1"] == ["-nopause"] (
-  pause
-)
 
 goto :eof
 
@@ -284,7 +281,6 @@ if ["%toCMake%"] == ["1"] (
 
   if errorlevel 1 (
     popd
-    pause
     exit /B
     goto :eof
   )
@@ -299,7 +295,6 @@ if ["%toMake%"] == ["1"] (
   if errorlevel 1 (
     type "%aLogFileSmpl%"
     popd
-    pause
     exit /B
     goto :eof
   )
@@ -311,7 +306,6 @@ if ["%toInstall%"] == ["1"] (
   if errorlevel 1 (
     type "%aLogFileSmpl%"
     popd
-    pause
     exit /B
     goto :eof
   )