未验证 提交 ad4a70c6 编写于 作者: A Asher

Use warn log level for integration tests

Just to limit all the noise from code-server's startup output.
上级 4925e970
......@@ -3,7 +3,7 @@ import { runCodeServer } from "../../src/node/main"
import * as httpserver from "./httpserver"
export async function setup(argv: string[], configFile?: string): Promise<httpserver.HttpServer> {
argv = ["--bind-addr=localhost:0", ...argv]
argv = ["--bind-addr=localhost:0", "--log=warn", ...argv]
const cliArgs = parse(argv)
const configArgs = parseConfigFile(configFile || "", "test/integration.ts")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册