Small fix for test suite output.

This commit is contained in:
Matthias Koefferlein 2017-07-27 00:04:51 +02:00
parent b7698b6c39
commit 6870de884d
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ main_cont (int argc, char **argv)
tl::warn << replicate (" ", console.indent ()) << (*f)->name ();
}
}
tl::warn << tl::to_string (result) << " test(s) skipped";
tl::warn << tl::to_string (skipped_e + skipped_ne) << " test(s) skipped";
}
result = failed_e + failed_ne;