Skip to content
Snippets Groups Projects
Commit f9a7d56d authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Testsuite: Increase verbosity in case of errors somewhat.

parent 4f9401b4
Branches
Tags
No related merge requests found
......@@ -691,7 +691,7 @@ int main(int argc, array(string) argv)
skipped += sub_skipped;
if (sub_failed) failure = 1;
}
if (verbose > 1)
if ((verbose > 1) || (fail && errors))
log_msg("Accumulated: %d tests, %d failed, %d skipped\n",
successes + errors, errors, skipped);
if (fail && errors) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment