Javier Jardón pushed to branch jjardon/ci_show_timings at BuildStream / buildstream
Commits:
-
22637ec2
by Josh Smith at 2018-08-23T20:18:31Z
1 changed file:
Changes:
... | ... | @@ -78,7 +78,7 @@ source_dist: |
78 | 78 |
|
79 | 79 |
# Run the tests from the source distribution, We run as a simple
|
80 | 80 |
# user to test for permission issues
|
81 |
- - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
|
|
81 |
+ - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"'
|
|
82 | 82 |
|
83 | 83 |
# Go back to the toplevel and collect our reports
|
84 | 84 |
- cd ../..
|
... | ... | @@ -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 --integration
|
|
135 |
+ - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"
|
|
136 | 136 |
|
137 | 137 |
# Go back to the toplevel and collect our reports
|
138 | 138 |
- cd ../..
|