diff options
Diffstat (limited to 'tests/quick/00.hello/test.py')
-rw-r--r-- | tests/quick/00.hello/test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/quick/00.hello/test.py b/tests/quick/00.hello/test.py index fd8fd5abd..d765e9fc3 100644 --- a/tests/quick/00.hello/test.py +++ b/tests/quick/00.hello/test.py @@ -26,4 +26,5 @@ # # Authors: Steve Reinhardt -root.system.cpu.workload = LiveProcess(file = binpath('hello')) +root.system.cpu.workload = LiveProcess(cmd = 'hello', + executable = binpath('hello')) |