This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch Qinusty/gitlab-ci-duration in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit d304906dc79fbeedadc18512b364b964b1369369 Author: Josh Smith <[email protected]> AuthorDate: Thu Aug 23 15:55:10 2018 +0100 test addopts: Remove integration, add -s --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index facb61a..56ce4a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ source_dist: # Run the tests from the source distribution, We run as a simple # user to test for permission issues - - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"' + - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0 -s"' # Go back to the toplevel and collect our reports - cd ../.. @@ -132,7 +132,7 @@ tests-unix: - cd dist && ./unpack.sh && cd buildstream # Since the unix platform is required to run as root, no user change required - - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0" + - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s" # Go back to the toplevel and collect our reports - cd ../..
