aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-12-19 21:35:17 +0100
committerPeter Wu <peter@lekensteyn.nl>2018-12-19 21:51:06 +0000
commitb8a4843db5a683e7a15d4c049371a526f87e1716 (patch)
treebfd1ee69ec28cb8aca20cd75a4d959048b2f97fb /.travis.yml
parent7fd62bfb6557364bdac3f75660112dc722915792 (diff)
test: enable extra test summary by default
This reports the reason why tests are skipped (for example, if a certain binary was not built). Change-Id: I19095f43f69228116d71b52380814a61894754af Reviewed-on: https://code.wireshark.org/review/31131 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6751cf3cce..c31ed16a96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,6 +71,6 @@ before_script:
script:
- ninja
- ninja test-programs
- - pytest -nauto -ra -v ../test
+ - pytest -nauto -v ../test
after_script:
- if [ -f run/tshark ]; then run/tshark --version; fi