Previous 199869 Revisions Next

r18905 Thursday 8th November, 2012 at 08:37:12 UTC by Miodrag Milanović
Fix regtest, now all is executed fine (no whatsnew)
[src/regtests/jedutil]jedtest.py

trunk/src/regtests/jedutil/jedtest.py
r18904r18905
4141            subpathName = path[len(jedPath):].strip(os.sep)
4242
4343            test = JedTest()
44            test.name = palName
44            test.name = subpathName
4545            test.jedFile = jedPathFull
46            test.baselineFile = os.path.join(baselinePath, subpathName, test.name+".txt")
47            test.outputFile = os.path.join(outputPath, subpathName, test.name+".txt")
46            test.baselineFile = os.path.join(baselinePath, subpathName, palName+".txt")
47            test.outputFile = os.path.join(outputPath, subpathName, palName+".txt")
4848            jedTestList.append(test)
4949
5050    return jedTestList

Previous 199869 Revisions Next


© 1997-2024 The MAME Team