Commit 7d38111
committed
fix(sglang): keep single column-0 exec in entrypoint for sanity dry-run
Wrapping the terminal exec in an if/else indented both exec lines, so the
sanity test's entrypoint dry-run regex (^exec python3 ...) no longer matched
and TestEntrypointArgHandling execed the real launch_server, timing out (7
errors). Select the launch target into a variable and keep one unindented
exec python3 line, matching the vllm entrypoint convention.1 parent 72437ef commit 7d38111
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | | - | |
66 | | - | |
| 63 | + | |
67 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments