Avoid empty template in test generator

This commit is contained in:
Benjamin Muskalla
2021-09-14 15:32:12 +02:00
parent f9918cc63c
commit abd770a027
2 changed files with 0 additions and 1 deletions

View File

@@ -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"):