X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=tests%2Flong%2F20.parser%2Ftest.py;h=7609087223e8700a65c74c396aacd61e835b1208;hb=e89eaf8b801b39713b28f2df7e89ea8a518974ec;hp=0b142db259545e36ad2bae76d959c95216c769fd;hpb=e11c0d380a44ef13a6d53a5e17a14749da04d1cf;p=gem5.git diff --git a/tests/long/20.parser/test.py b/tests/long/20.parser/test.py index 0b142db25..760908722 100644 --- a/tests/long/20.parser/test.py +++ b/tests/long/20.parser/test.py @@ -26,5 +26,7 @@ # # Authors: Korey Sewell -root.system.cpu.workload = LiveProcess(cmd = 'parser 2.1.dict -batch < lgred.in', - executable = binpath('parser')) +process = LiveProcess(executable = binpath('parser')) +process.cmd = 'parser 2.1.dict -batch' +process.input = inputpath('parser', 'lgred.in') +root.system.cpu.workload = process