Turn on silent testing for bitbucket pipelines beta.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-08-03 19:57:06 +03:00
parent ec800565d7
commit 8bed074907

View file

@ -19,4 +19,4 @@ pipelines:
- make -j$(nproc)
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/opt/atlassian/bitbucketci/agent/build/build/src/libs/vpropertyexplorer/bin:/opt/atlassian/bitbucketci/agent/build/build/src/libs/qmuparser/bin"
# QTestLib require GUI support for some tests
- xvfb-run -a make check
- xvfb-run -a make -silent check TESTARGS="-silent"