Qinusty pushed to branch Qinusty/gitlab-ci-duration at BuildStream / buildstream
Commits:
-
8b93175e
by Josh Smith at 2018-08-23T15:15:42Z
1 changed file:
Changes:
... | ... | @@ -132,7 +132,7 @@ tests-unix: |
132 | 132 |
- cd dist && ./unpack.sh && cd buildstream
|
133 | 133 |
|
134 | 134 |
# Since the unix platform is required to run as root, no user change required
|
135 |
- - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s"
|
|
135 |
+ - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s --integration"
|
|
136 | 136 |
|
137 | 137 |
# Go back to the toplevel and collect our reports
|
138 | 138 |
- cd ../..
|