Typo for TestGDB

This commit is contained in:
Sergio Durigan Junior 2014-12-26 16:54:02 -05:00
parent 76a5963ae5
commit 43faf6b691

View file

@ -316,7 +316,7 @@ BuildBot halt on failure."""
descriptionDone = r"tested GDB" descriptionDone = r"tested GDB"
def __init__ (self, extra_make_check_flags = [], test_env = {}, def __init__ (self, extra_make_check_flags = [], test_env = {},
**kwargs): **kwargs):
Compile.__init__ (self, **kwargs) ShellCommand.__init__ (self, **kwargs)
self.workdir = WithProperties (r"%s/build/gdb/testsuite", r'builddir') self.workdir = WithProperties (r"%s/build/gdb/testsuite", r'builddir')
self.command = ['make', self.command = ['make',