Making TestGDB be ShellCommand, instead of Compile

This commit is contained in:
Sergio Durigan Junior 2014-12-26 16:50:31 -05:00
parent 5dc18ae4ba
commit ab920c86bf

View file

@ -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