diff --git a/projects/test_swtimer_basic/tests/test_swtimer.py b/projects/test_swtimer_basic/tests/test_swtimer.py index 013073dd0b..465e5562ad 100755 --- a/projects/test_swtimer_basic/tests/test_swtimer.py +++ b/projects/test_swtimer_basic/tests/test_swtimer.py @@ -4,7 +4,7 @@ import pexpect import os import subprocess -child = pexpect.spawn ("board/msba2/tools/bin/pseudoterm %s" % os.environ["PORT"]) +child = pexpect.spawn ("pseudoterm %s" % os.environ["PORT"]) null = open('/dev/null', 'wb') subprocess.call(['jam', 'reset'], stdout=null)