projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12dbc3
)
SConscript:
author
Steve Reinhardt
<stever@eecs.umich.edu>
Sat, 19 Aug 2006 07:16:11 +0000
(
03:16
-0400)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Sat, 19 Aug 2006 07:16:11 +0000
(
03:16
-0400)
Fix BATCH_CMD bug.
tests/SConscript:
Fix BATCH_CMD bug.
--HG--
extra : convert_revision :
696d51a67790506db749244edf4afab920a63d1b
tests/SConscript
patch
|
blob
|
history
diff --git
a/tests/SConscript
b/tests/SConscript
index 5aa507285007b413b1d7cd227f55ff4ac8e76212..b538ec557600bf3dd0ccd0d55231974a1c4f8312 100644
(file)
--- a/
tests/SConscript
+++ b/
tests/SConscript
@@
-171,6
+171,7
@@
def test_builder(env, ref_dir):
# Prefix test run with batch job submission command if appropriate.
# Output redirection is also different for batch runs.
# Batch command also supports timeout arg (in seconds, not minutes).
+ timeout = 15 # used to be a param, probably should be again
if env['BATCH']:
cmd = [env['BATCH_CMD'], '-t', str(timeout * 60),
'-o', cmd_stdout, '-e', cmd_stderr, base_cmd]