add C++ unit test gdb run, in the travis after failure section
This commit is contained in:
parent
1b105b6775
commit
ac402768ee
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue