diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index b5c574088..e095afce4 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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"