summaryrefslogtreecommitdiff
path: root/tests/long/50.vortex/test.py
diff options
context:
space:
mode:
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