summaryrefslogtreecommitdiff
path: root/tests/long/10.mcf/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/long/10.mcf/test.py')
-rw-r--r--tests/long/10.mcf/test.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/long/10.mcf/test.py b/tests/long/10.mcf/test.py
index af2536c7e..36d077c96 100644
--- a/tests/long/10.mcf/test.py
+++ b/tests/long/10.mcf/test.py
@@ -26,5 +26,6 @@
#
# Authors: Korey Sewell
-root.system.cpu.workload = LiveProcess(cmd = 'mcf lgred.in',
- executable = binpath('mcf'))
+process = LiveProcess(executable = binpath('mcf'))
+process.cmd = 'mcf' + inputpath('mcf', 'lgred.in')
+root.system.cpu.workload = process