diff --git a/Tools/autotest/util.py b/Tools/autotest/util.py index df6fd981be..f08421044f 100644 --- a/Tools/autotest/util.py +++ b/Tools/autotest/util.py @@ -50,7 +50,7 @@ def build_SIL(atype): def start_SIL(atype): '''launch a SIL instance''' - ret = pexpect.spawn('tmp/%s.build/%s.elf' % (atype, atype), + ret = pexpect.spawn(reltopdir('tmp/%s.build/%s.elf' % (atype, atype)), logfile=sys.stdout, timeout=5) ret.expect('Waiting for connection') return ret