✅ test(lsp): remove obsolete logger flags
This commit is contained in:
@@ -248,7 +248,7 @@ namespace lsp::test::provider
|
||||
input_file << input_payload;
|
||||
}
|
||||
|
||||
std::string command = "\"" + server_path.string() + "\" --log=off --use-stdio < \"" +
|
||||
std::string command = "\"" + server_path.string() + "\" --log=off < \"" +
|
||||
input_path.string() + "\" > \"" + output_path.string() + "\"";
|
||||
int exit_code = std::system(command.c_str());
|
||||
assertEqual(0, exit_code, "tsl-server should exit successfully");
|
||||
|
||||
Reference in New Issue
Block a user