investigate failing test

This commit is contained in:
Günter Obiltschnig 2021-06-16 19:35:59 +02:00
parent b7e7b5b26d
commit 1c4b3694a4

View File

@ -1569,6 +1569,7 @@ void PathTest::testFind()
catch (Poco::Exception& exc)
{
std::cout << "********\n" << exc.displayText() << "\n**********\n";
throw;
}
}