Typo for TestGDB
This commit is contained in:
parent
76a5963ae5
commit
43faf6b691
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue