X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=tests%2Fquick%2F00.hello%2Ftest.py;h=d765e9fc3ea1dacadfd9bf613c77781f051d52ce;hb=d42e471baac69f3f853592ae001e8c5c61377cae;hp=fd8fd5abd255cfceb822738f5067d627427fad65;hpb=3298c0b222c34c8d54948351d1f979ab7fcc4b0a;p=gem5.git 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'))