Commit 005514b4 authored by Bjorn Munch's avatar Bjorn Munch

Bug #12373916 MTR SHOULD FLAG PRESENCE OF VALGRIND MEMORY LEAK REPORTS IN A CLEARER WAY

Fix: it only worked if some worker had valgrind report from its last test
Flag has to be set both places where report is printed
parent 810e02ed
......@@ -5677,6 +5677,7 @@ sub valgrind_exit_reports() {
@culprits);
mtr_print_line();
print ("$valgrind_rep\n");
$found_err= 1;
$err_in_report= 0;
}
# Make ready to collect new report
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment