mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +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)
|
subpathName = path[len(jedPath):].strip(os.sep)
|
||||||
|
|
||||||
test = JedTest()
|
test = JedTest()
|
||||||
test.name = palName
|
test.name = subpathName
|
||||||
test.jedFile = jedPathFull
|
test.jedFile = jedPathFull
|
||||||
test.baselineFile = os.path.join(baselinePath, subpathName, test.name+".txt")
|
test.baselineFile = os.path.join(baselinePath, subpathName, palName+".txt")
|
||||||
test.outputFile = os.path.join(outputPath, subpathName, test.name+".txt")
|
test.outputFile = os.path.join(outputPath, subpathName, palName+".txt")
|
||||||
jedTestList.append(test)
|
jedTestList.append(test)
|
||||||
|
|
||||||
return jedTestList
|
return jedTestList
|
||||||
|
Loading…
Reference in New Issue
Block a user