mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Avoid empty template in test generator
This commit is contained in:
@@ -212,7 +212,6 @@ with open(resultQl, "w") as f:
|
||||
f.write(", ".join('"%s"' %
|
||||
modelSpecRow[0].strip() for modelSpecRow in supportModelRows))
|
||||
copyfile("testModelsFooter.qlfrag", f)
|
||||
copyfile("testFooter.qlfrag", f)
|
||||
|
||||
# Make an empty .expected file, since this is an inline-exectations test
|
||||
with open(os.path.join(sys.argv[3], "test.expected"), "w"):
|
||||
|
||||
Reference in New Issue
Block a user