Benjamin Schubert pushed to branch bschubert/tests-no-chroot-linux at BuildStream / buildstream
Commits:
-
9f3e67fb
by Benjamin Schubert at 2018-10-25T16:46:25Z
1 changed file:
Changes:
... | ... | @@ -75,7 +75,7 @@ source_dist: |
75 | 75 |
|
76 | 76 |
# Run the tests from the source distribution, We run as a simple
|
77 | 77 |
# user to test for permission issues
|
78 |
- - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
|
|
78 |
+ - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration -s'
|
|
79 | 79 |
|
80 | 80 |
after_script:
|
81 | 81 |
# Go back to the toplevel and collect our reports
|