Procházet zdrojové kódy

Travis: show chutney logs on chutney job failure

Part of 29280.
teor před 5 roky
rodič
revize
b26e3e4c56
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -172,6 +172,7 @@ after_failure:
   - if [[ "$SKIP_MAKE_CHECK" == "" ]]; then cat test-suite.log || echo "cat failed"; fi
   ## `make distcheck` puts it somewhere different.
   - if [[ "$DISTCHECK" != "" ]]; then make show-distdir-testlog || echo "make failed"; fi
+  - if [[ "$CHUTNEY" != "" ]]; then ls test_network_log || echo "ls failed"; cat test_network_log/* || echo "cat failed"; fi
 
 before_cache:
   ## Delete all gcov files.