···213213{
214214 while(!m_CurrentFile.empty() || GetNextFile())
215215 {
216216+ /* The user asked for a list of all modules */
217217+ if (Configuration.ListModulesOnly())
218218+ {
219219+ std::stringstream ss;
220220+ ss << "Module: " << UnicodeToAscii(m_CurrentFile) << endl;
221221+ m_CurrentFile.clear();
222222+ StringOut(ss.str());
223223+ continue;
224224+ }
225225+216226 try
217227 {
218228 while(GetNextTest())
+1
modules/rostests/rosautotest/main.cpp
···3232 << " /w - Submit the results to the webservice." << endl
3333 << " Requires a \"rosautotest.ini\" with valid login data." << endl
3434 << " Incompatible with the /r option." << endl
3535+ << " /l - List all modules that would run." << endl
3536 << endl
3637 << " module:" << endl
3738 << " The module to be tested (i.e. \"advapi32\")" << endl