Skip to content

Commit 5be4b31

Browse files
committed
Show server output during Windows distributable test
1 parent 1d2ead0 commit 5be4b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributables-test/windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tar -xvzf %TAR_PATH%
99

1010
echo Starting server...
1111

12-
START "server" .\httptoolkit-server\bin\httptoolkit-server start
12+
START "server" /b .\httptoolkit-server\bin\httptoolkit-server start
1313

1414
REM The closest we can get to a 10 second delay on Windows in CI, ick:
1515
ping -n 10 127.0.0.1 >NUL

0 commit comments

Comments
 (0)