Integrating github/staging through commit ab87ed9
This commit is contained in:
@@ -108,11 +108,13 @@ void FileWatcherUnitTestRunner::StartTest()
|
||||
|
||||
if (outstandingFiles.count() > 0)
|
||||
{
|
||||
#if defined(AZ_ENABLE_TRACING)
|
||||
AZ_TracePrintf(AssetProcessor::DebugChannel, "Timed out waiting for file changes: %d / %d missed\n", outstandingFiles.count(), maxFiles);
|
||||
for (const QString& pending : outstandingFiles)
|
||||
{
|
||||
AZ_TracePrintf(AssetProcessor::DebugChannel, "Missed file: %s", pending.toUtf8().data());
|
||||
}
|
||||
#endif
|
||||
Q_EMIT UnitTestFailed("Missed files waiting for file changes");
|
||||
return;
|
||||
}
|
||||
@@ -308,4 +310,4 @@ void FileWatcherUnitTestRunner::StartTest()
|
||||
|
||||
#if !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
REGISTER_UNIT_TEST(FileWatcherUnitTestRunner)
|
||||
#endif // !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
#endif // !AZ_TRAIT_DISABLE_FAILED_ASSET_PROCESSOR_TESTS
|
||||
|
||||
Reference in New Issue
Block a user