summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-21 18:07:56 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-08-21 18:07:56 +0900
commit3a3c9ba0cfab01b4bf7e8f474130cf5ce4796969 (patch)
tree714cae1b9d0bd4ff5ee4a428b73b41a766d38e0c
parent771ed82d7b19daa6002292d0196dd3b596f48f96 (diff)
downloadbuildstream-tristan/testing-dev-package-versions.tar.gz
-rw-r--r--.gitlab-ci.yml14
1 files 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/