test utilities: Print testfile path in all cases

This commit is contained in:
Martchus 2018-11-02 22:36:22 +01:00
parent 98edb5a67c
commit 757a3476cc
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ TestApplication::TestApplication(int argc, char **argv)
} else {
// use fallback path if --test-files-path/-p not present
m_testFilesPath.swap(m_fallbackTestFilesPath);
cerr << m_testFilesPath << endl;
}
// if it wasn't already the case, use the source directory as fallback dir
if (m_fallbackTestFilesPath.empty() && !fallbackIsSourceDir) {