add C++ unit test gdb run, in the travis after failure section

This commit is contained in:
Chris Beck 2014-10-22 19:30:57 -04:00
parent 1b105b6775
commit ac402768ee

View file

@ -50,6 +50,7 @@ script:
after_failure:
- if [ -f "errors.log" ]; then echo -e "\n*** \n*\n* Errors reported in wml unit tests, here is errors.log...\n*\n*** \n"; cat errors.log; fi
- ./utils/travis/test_executor.sh;
notifications:
email: false