Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angoca committed Jan 12, 2020
1 parent 198d6f3 commit a89be06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ script:

after_script:
- . ~db2inst1/sqllib/db2profile ; db2 "CALL DB2UNIT.REPORT_RECENT_EXECUTIONS"
- cat /home/db2inst1/sqllib/db2dump/db2diag.log

after_failure:
# If there is any error, shows the logs
Expand All @@ -130,5 +131,4 @@ after_failure:
# - db2 "select * from DB2UNIT_ASSERTIONS_XML.REPORT_TESTS"
- db2 "select * from DB2UNIT_TAP.REPORT_TESTS"
- db2 "export to /tmp/sorts.txt of del select * from DB2UNIT_2_BETA.sorts" ; cat /tmp/sorts.txt
- cat /home/db2inst1/sqllib/db2dump/db2diag.log

0 comments on commit a89be06

Please sign in to comment.