We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31fde0 commit 99bbe0eCopy full SHA for 99bbe0e
build_scripts/test_app_run_windows.bat
@@ -34,7 +34,7 @@ REM Variable to track if any process is still running
34
set "ALL_PROCESSES_RUNNING=true"
35
36
REM Check if the processes are still running
37
-tasklist /fi "pid eq %PID%" /nh | find /i "OpenAdapt.exe" >nul
+tasklist /fi "PID eq %PID%" 2>nul | find /i "OpenAdapt.exe" >nul
38
if errorlevel 1 (
39
echo Process %PID% is not running
40
set "ALL_PROCESSES_RUNNING=false"
0 commit comments