Capitalize Valgrind.

This commit is contained in:
Jussi Pakkanen 2013-03-23 00:12:38 +02:00
parent 836b15f031
commit 33aaae5cf0
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ class NinjaBackend(Backend):
if valgrind:
velem = NinjaBuildElement('test-valgrind', 'CUSTOM_COMMAND', 'all')
velem.add_item('COMMAND', cmd + ['--wrapper=' + valgrind])
velem.add_item('DESC', 'Running test suite under valgrind.')
velem.add_item('DESC', 'Running test suite under Valgrind.')
velem.write(outfile)
datafile = open(test_data, 'w')