mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Cleanup hotfix version of quoting.
This commit is contained in:
@@ -54,7 +54,6 @@ s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test7-db', 'dotne
|
|||||||
check_build_out("hello, world", s)
|
check_build_out("hello, world", s)
|
||||||
check_diagnostics(test_db="test8-db")
|
check_diagnostics(test_db="test8-db")
|
||||||
|
|
||||||
|
|
||||||
# two arguments, no '--' (first argument quoted)
|
# two arguments, no '--' (first argument quoted)
|
||||||
s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test8-db', 'dotnet run "hello world part1" part2'], "test9-db")
|
s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test8-db', 'dotnet run "hello world part1" part2'], "test9-db")
|
||||||
check_build_out("hello world part1, part2", s)
|
check_build_out("hello world part1, part2", s)
|
||||||
|
|||||||
@@ -84,10 +84,6 @@ function RegisterExtractorPack(id)
|
|||||||
dotnetRunNeedsSeparator = false
|
dotnetRunNeedsSeparator = false
|
||||||
dotnetRunInjectionIndex = i
|
dotnetRunInjectionIndex = i
|
||||||
end
|
end
|
||||||
-- if we encounter a whitespace, we explicitly need to quote the argument.
|
|
||||||
if OperatingSystem == 'windows' and arg:match('%s') then
|
|
||||||
argv[i] = '"' .. arg .. '"'
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
if match then
|
if match then
|
||||||
local injections = { '-p:UseSharedCompilation=false', '-p:EmitCompilerGeneratedFiles=true' }
|
local injections = { '-p:UseSharedCompilation=false', '-p:EmitCompilerGeneratedFiles=true' }
|
||||||
|
|||||||
Reference in New Issue
Block a user