aboutsummaryrefslogtreecommitdiff
path: root/test_gdb_dejagnu.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_gdb_dejagnu.py')
-rwxr-xr-xtest_gdb_dejagnu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_gdb_dejagnu.py b/test_gdb_dejagnu.py
index c2a4ba9a..6f37a4c9 100755
--- a/test_gdb_dejagnu.py
+++ b/test_gdb_dejagnu.py
@@ -42,7 +42,7 @@ class DejagnuAdapter(object):
raise RuntimeError('Failed to create chroot.')
def SetupBoard(self):
- cmd = './setup_board --board=' + self._board
+ cmd = 'setup_board --board=' + self._board
ret = self._cmd_exec.ChrootRunCommand(
self._chromeos_root, cmd, terminated_timeout=4000)
if ret: