Qinusty pushed to branch Qinusty/531-fetch-retries-on-terminate at BuildStream / buildstream
Commits:
-
8d1f1fa9
by Josh Smith at 2018-08-16T15:45:18Z
1 changed file:
Changes:
... | ... | @@ -68,7 +68,7 @@ source_dist: |
68 | 68 |
|
69 | 69 |
# Run the tests from the source distribution, We run as a simple
|
70 | 70 |
# user to test for permission issues
|
71 |
- - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
|
|
71 |
+ - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration -s"'
|
|
72 | 72 |
|
73 | 73 |
# Go back to the toplevel and collect our reports
|
74 | 74 |
- cd ../..
|