From 3a3c9ba0cfab01b4bf7e8f474130cf5ce4796969 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 21 Aug 2018 18:07:56 +0900 Subject: Fixup --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08978a35c..f7385f9cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,14 +67,14 @@ source_dist: - chown -R buildstream:buildstream buildstream - cd buildstream - # 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' - - echo "=========================================" - python3 setup.py show - echo "=========================================" + # 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' + # Go back to the toplevel and collect our reports - cd ../.. - mkdir -p coverage-linux/ @@ -120,13 +120,13 @@ tests-unix: # Unpack and get into dist/buildstream - 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 - - echo "=========================================" - python3 setup.py show - echo "=========================================" + # Since the unix platform is required to run as root, no user change required + - python3 setup.py test --index-url invalid://uri --addopts --integration + # Go back to the toplevel and collect our reports - cd ../.. - mkdir -p coverage-unix/ -- cgit v1.2.1