gnucash master: Display failing test-gnc-timezone.log for troubleshooting.

John Ralls jralls at code.gnucash.org
Fri Jan 13 16:37:15 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/8de841f1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b6838d03 (commit)



commit 8de841f1b837139eb3c1cbbf7749818d2203aec3
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jan 13 13:37:05 2017 -0800

    Display failing test-gnc-timezone.log for troubleshooting.

diff --git a/.travis.yml b/.travis.yml
index 8bdfe89..1cdd17c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,3 +19,4 @@ install:
   - sudo apt-get --reinstall install -qq language-pack-en language-pack-fr
   - git clone https://github.com/google/googletest ~/gtest && cd ~/gtest && git checkout release-1.8.0 && cd -
 script: ./autogen.sh && ./configure GTEST_ROOT=~/gtest/googletest GMOCK_ROOT=~/gtest/googlemock && make && TZ="America/Los_Angeles" make check
+after_failure: "cat src/libqof/qof/test/test-gnc-timezone.log" 
\ No newline at end of file



Summary of changes:
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list