You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/12/23 22:11:03 UTC

[openwhisk-wskdebug] 08/11: travis: log detailed test output on failure

This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git

commit e1fbf33fbae2d43faabe4acb791f202215a27ebc
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Wed Dec 23 12:03:17 2020 -0800

    travis: log detailed test output on failure
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f2a7dbc..1a8415b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,4 +35,7 @@ before_install:
   - ./travis/scancode.sh
 
 script:
-  - npm test -- -v
+  - npm test
+
+after_failure:
+  - cat build/mocha.test.log