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 1d2ead0 commit 5be4b31Copy full SHA for 5be4b31
test/distributables-test/windows.bat
@@ -9,7 +9,7 @@ tar -xvzf %TAR_PATH%
9
10
echo Starting server...
11
12
-START "server" .\httptoolkit-server\bin\httptoolkit-server start
+START "server" /b .\httptoolkit-server\bin\httptoolkit-server start
13
14
REM The closest we can get to a 10 second delay on Windows in CI, ick:
15
ping -n 10 127.0.0.1 >NUL
0 commit comments