Update qmake.py

This commit is contained in:
Andrei Yankovich 2019-09-15 21:44:37 +03:00 committed by GitHub
parent b46ed9852c
commit 1bcc64353d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
),