diff options
Diffstat (limited to 'tests/quick/se/00.hello/test.py')
-rw-r--r-- | tests/quick/se/00.hello/test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/quick/se/00.hello/test.py b/tests/quick/se/00.hello/test.py index d765e9fc3..000181850 100644 --- a/tests/quick/se/00.hello/test.py +++ b/tests/quick/se/00.hello/test.py @@ -28,3 +28,5 @@ root.system.cpu.workload = LiveProcess(cmd = 'hello', executable = binpath('hello')) +if root.system.cpu.checker != NULL: + root.system.cpu.checker.workload = root.system.cpu.workload |