projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42524a
)
Fix for new parameter stuff.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 1 Aug 2007 19:02:08 +0000
(12:02 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 1 Aug 2007 19:02:08 +0000
(12:02 -0700)
--HG--
extra : convert_revision :
49d8df7235a02b71db9d309e6b2029587c3d0c8b
tests/long/70.twolf/test.py
patch
|
blob
|
history
diff --git
a/tests/long/70.twolf/test.py
b/tests/long/70.twolf/test.py
index b2a2dc0b64ac3c0d026a76297ff852289dcc808a..85b106eb4e505084cff269ad70482484429bbbed 100644
(file)
--- a/
tests/long/70.twolf/test.py
+++ b/
tests/long/70.twolf/test.py
@@
-32,7
+32,7
@@
import os
workload = twolf(isa, opsys, 'smred')
root.system.cpu.workload = workload.makeLiveProcess()
-cwd = root.system.cpu.workload.cwd
+cwd = root.system.cpu.workload
[0]
.cwd
#Remove two files who's presence or absence affects execution
sav_file = os.path.join(cwd, workload.input_set + '.sav')