From 8ccd99e3418937b20ff463a2d96e421855f4da44 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Fri, 10 Nov 2006 12:28:23 -0500 Subject: Try to setup commands properly. --HG-- extra : convert_revision : 9f4af3c5f52841b10e9f17c48470716703a1be67 --- tests/long/50.vortex/test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/long/50.vortex/test.py') 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 -- cgit v1.2.3