mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Fix regtest, now all is executed fine (no whatsnew)
This commit is contained in:
parent
5833836d50
commit
0b83cd99a1
@ -41,10 +41,10 @@ def findJedTests(jedPath, baselinePath, outputPath):
|
||||
subpathName = path[len(jedPath):].strip(os.sep)
|
||||
|
||||
test = JedTest()
|
||||
test.name = palName
|
||||
test.name = subpathName
|
||||
test.jedFile = jedPathFull
|
||||
test.baselineFile = os.path.join(baselinePath, subpathName, test.name+".txt")
|
||||
test.outputFile = os.path.join(outputPath, subpathName, test.name+".txt")
|
||||
test.baselineFile = os.path.join(baselinePath, subpathName, palName+".txt")
|
||||
test.outputFile = os.path.join(outputPath, subpathName, palName+".txt")
|
||||
jedTestList.append(test)
|
||||
|
||||
return jedTestList
|
||||
|
Loading…
Reference in New Issue
Block a user