On zaterdag 11 maart 2017 13:57:52 CEST Robert Fewell wrote: > For information I have added this to my test branch travis.yml file... > > after_failure: for file in $( find . -name 'test*.log' ); do echo -e > "\n## $file"$'\n\n'"$(cat -- "$file")" >> all.txt; done && cat all.txt
FYI Since I was working on the Travis script anyway, I have added a variant of this code that will output LastTest.log (for cmake based builds) or all the test*.log files (for autotools based builds) on failure. And yes it looks like there's a race condition somewhere in the acount-imap code or the test. That part isn't solved yet unfortunately. Geert _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
