Making TestGDB be ShellCommand, instead of Compile
This commit is contained in:
parent
5dc18ae4ba
commit
ab920c86bf
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ buildslave."""
|
|||
WithProperties (r"-j%s", r'jobs'),
|
||||
'all'] + extra_make_flags
|
||||
|
||||
class TestGDB (Compile):
|
||||
class TestGDB (ShellCommand):
|
||||
"""This build step runs the full testsuite for GDB. It can run in
|
||||
parallel mode (see BuildAndTestGDBFactory below), and it will also
|
||||
provide any extra flags for "make" if needed. Unfortunately, because
|
||||
|
|
Loading…
Reference in a new issue