diff --git a/prism/etc/scripts/prism-auto b/prism/etc/scripts/prism-auto index 1be2192f..8c8e79eb 100755 --- a/prism/etc/scripts/prism-auto +++ b/prism/etc/scripts/prism-auto @@ -394,6 +394,7 @@ def benchmarkDir(dir): # Get "orphan" tests testFiles = filter(functools.partial(isOrphan, dir), getTestFilesInDir(dir)) for testFile in testFiles: + logging.debug("Orphan test file: " + testFile) # print "Processing orphan test " + testFile + " in dir " + dir for args in getArgsListsFromFile(testFile): benchmark("", args, dir)