From ab920c86bf9d7903516453c950456f499862875c Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 26 Dec 2014 16:50:31 -0500 Subject: [PATCH] Making TestGDB be ShellCommand, instead of Compile --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 61c7602..08bb500 100644 --- a/master.cfg +++ b/master.cfg @@ -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