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 15, 2020
1 parent 24c4b00 commit 5a6ac75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -64,7 +64,7 @@ script:
- bash -c "if [ '$TESTS' = 'random' ]; then db2 connect to db2unit ; . /tmp/listOfTestSuites ; /tmp/returnCode ; fi"

after_script:
- cat $(db2 get dbm cfg | awk '/\(DIAGPATH\)/ {print $7}')
- cat $(db2 get dbm cfg | awk '/\(DIAGPATH\)/ {print $7}')/db2diag.log

after_failure:
# If there is any error, shows the logs
Expand Down

0 comments on commit 5a6ac75

Please sign in to comment.