Skip to content

Commit

Permalink
fix: print logs windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sangjanai committed Jun 8, 2024
1 parent 7ff1063 commit 9ef5135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/e2e-test-llama-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set /a range=max-min+1
set /a PORT=%min% + %RANDOM% %% %range%

rem Start the binary file
start /B "" "%BINARY_PATH%" 1 "127.0.0.1" %PORT% > %TEMP%\cortex-cpp.log 2>&1
start /B "" "%BINARY_PATH%" 1 "127.0.0.1" %PORT%

ping -n 6 127.0.0.1 %PORT% > nul

Expand Down

0 comments on commit 9ef5135

Please sign in to comment.