changeset 4118 | 1dfe215a2b73 |
parent 4115 | ec4e46b9547b |
child 4119 | 9ffcf2400aa5 |
--- a/wscript Sat Jan 24 15:38:20 2009 +0000 +++ b/wscript Sat Jan 24 15:51:09 2009 +0000 @@ -449,7 +449,7 @@ if Options.options.valgrind: if Options.options.command_template: raise Utils.WafError("Options --command-template and --valgrind are conflicting") - cmd = "valgrind --leak-check=full %s" + cmd = "valgrind --leak-check=full --error-exitcode=1 %s" else: cmd = Options.options.command_template or '%s' for arg in arguments: