Fix typo with delete files filter
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ namespace TestImpact
|
||||
|
||||
void TestEngine::CleanArtifactDir() const
|
||||
{
|
||||
DeleteFiles(m_artifactDir, "*xml*");
|
||||
DeleteFiles(m_artifactDir, "*.xml");
|
||||
}
|
||||
|
||||
AZStd::pair<TestSequenceResult, AZStd::vector<TestEngineEnumeration>> TestEngine::UpdateEnumerationCache(
|
||||
|
||||
Reference in New Issue
Block a user