Update qmake.py

This commit is contained in:
Andrei Yankovich 2019-09-15 21:34:22 +03:00 committed by GitHub
parent 1e5eb2b592
commit 500d49a58d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ def LinuxSteps() :
command= ['make', 'test'], command= ['make', 'test'],
doStepIf = lambda step : isTest(step) and isLinux(step), doStepIf = lambda step : isTest(step) and isLinux(step),
name = 'tests ', name = 'tests ',
workdir = './TestWorkDir',
haltOnFailure = True, haltOnFailure = True,
description = 'run autotests of project', description = 'run autotests of project',
), ),