summaryrefslogtreecommitdiff
path: root/tests/long/50.vortex/test.py
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-11-10 12:28:23 -0500
committerKevin Lim <ktlim@umich.edu>2006-11-10 12:28:23 -0500
commit8ccd99e3418937b20ff463a2d96e421855f4da44 (patch)
treecc06bc609064eaee41f7349f2fd407f51f8c5c90 /tests/long/50.vortex/test.py
parentf593c8a8e2f10b38541efd78e026e29958fff31d (diff)
downloadgem5-8ccd99e3418937b20ff463a2d96e421855f4da44.tar.xz
Try to setup commands properly.
--HG-- extra : convert_revision : 9f4af3c5f52841b10e9f17c48470716703a1be67
Diffstat (limited to 'tests/long/50.vortex/test.py')
-rw-r--r--tests/long/50.vortex/test.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/long/50.vortex/test.py b/tests/long/50.vortex/test.py
index f531b8ac8..f6d1e03df 100644
--- a/tests/long/50.vortex/test.py
+++ b/tests/long/50.vortex/test.py
@@ -26,5 +26,6 @@
#
# Authors: Korey Sewell
-root.system.cpu.workload = LiveProcess(cmd = 'vortex smred.raw',
- executable = binpath('vortex'))
+process = LiveProcess(executable = binpath('vortex'))
+process.cmd = 'vortex' + inputpath('smred.raw')
+root.system.cpu.workload = process