diff --git a/BuildBotLib/qmake.py b/BuildBotLib/qmake.py index 17beb60..d02c49f 100644 --- a/BuildBotLib/qmake.py +++ b/BuildBotLib/qmake.py @@ -83,10 +83,9 @@ def LinuxSteps() : description = 'deploy project ', ), steps.Compile( - command= ['make', '-C', 'TestWorkDir', 'test'], + command= ['make', 'test'], doStepIf = lambda step : isTest(step) and isLinux(step), name = 'tests ', - workdir = 'TestWorkDir', haltOnFailure = True, description = 'run autotests of project', ),