Removed mode from test case name

This commit is contained in:
Matthias Koefferlein 2017-08-11 20:27:20 +02:00
parent f95bbef44c
commit 4ec8a838d5
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ main_cont (int argc, char **argv)
for (std::vector <ut::TestBase *>::const_iterator t = selected_tests->begin (); t != selected_tests->end (); ++t) {
ut::ctrl << "<testcase name=\"" << (*t)->name () << "-" << mode << "\">";
ut::ctrl << "<testcase name=\"" << (*t)->name () << "\">";
ut::noctrl << replicate ("-", TestConsole::instance ()->real_columns ());
ut::noctrl << "Running " << (*t)->name ();