Skip to content

Commit b8b5002

Browse files
committed
Check correct output element.
1 parent dd68c92 commit b8b5002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninjabackend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ def generate_tests(self, outfile):
545545
velem.add_item('DESC', 'Running test suite under Valgrind.')
546546
velem.add_item('pool', 'console')
547547
velem.write(outfile)
548-
self.check_outputs(elem)
548+
self.check_outputs(velem)
549549

550550
def generate_rules(self, outfile):
551551
outfile.write('# Rules for compiling.\n\n')

0 commit comments

Comments
 (0)