projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74745cf
)
the tests assume -1 to signify MaxTick, that's changed, so fix that here.
author
Lisa Hsu
<hsul@eecs.umich.edu>
Wed, 8 Nov 2006 21:49:59 +0000
(16:49 -0500)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Wed, 8 Nov 2006 21:49:59 +0000
(16:49 -0500)
--HG--
extra : convert_revision :
73ff143ba3b733f80ab867fcd72489cd1ee49d76
tests/run.py
patch
|
blob
|
history
diff --git
a/tests/run.py
b/tests/run.py
index aa13ac437ecffc6f82149763570f1b5d14ed07de..a405b7f697d607ec5a20a2da173b037d6f1b7401 100644
(file)
--- a/
tests/run.py
+++ b/
tests/run.py
@@
-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