Previous 199869 Revisions Next

r18907 Thursday 8th November, 2012 at 08:43:47 UTC by Miodrag Milanović
consistency fix (nw)
[src/regtests/jedutil]jedtest.py

trunk/src/regtests/jedutil/jedtest.py
r18906r18907
9797        not os.path.exists(jedsPath) or
9898        not os.path.exists(baselinePath) or
9999        not os.path.exists(jedUtilApp)):
100        print "One of the above paths does not exist.  Aborting." % jedUtilApp
100        print "One of the above paths does not exist.  Aborting. %s" % jedUtilApp
101101        return 3
102102
103103
r18906r18907
129129    success = True
130130    for test in tests:
131131        if VERBOSE:
132            print "Diffing the output from viewing the JED file: %s" % test.name
132            print "Diffing the output from viewing the JED file: %s" % os.path.basename(test.jedFile)
133133        if not filecmp.cmp(test.outputFile, test.baselineFile):
134134            success = False
135            print "Test %s failed" % test.name
135            print "Test %s failed" % os.path.basename(test.jedFile)
136136
137137
138138    # Report

Previous 199869 Revisions Next


© 1997-2024 The MAME Team