the tests assume -1 to signify MaxTick, that's changed, so fix that here.

--HG--
extra : convert_revision : 73ff143ba3b733f80ab867fcd72489cd1ee49d76
This commit is contained in:
Lisa Hsu 2006-11-08 16:49:59 -05:00
parent 74745cfeac
commit 32f676fed2

View file

@ -47,7 +47,8 @@ execfile(os.path.join(tests_root, 'configs', config + '.py'))
# set default maxtick... script can override
# -1 means run forever
maxtick = -1
from m5 import MaxTick
maxtick = MaxTick
# tweak configuration for specific test