Skip to content

Commit

Permalink
Check correct output element.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed Sep 12, 2015
1 parent dd68c92 commit b8b5002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ninjabackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ def generate_tests(self, outfile):
velem.add_item('DESC', 'Running test suite under Valgrind.')
velem.add_item('pool', 'console')
velem.write(outfile)
self.check_outputs(elem)
self.check_outputs(velem)

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

0 comments on commit b8b5002

Please sign in to comment.