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 5a6ac75 commit 0bcc29c
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}')/db2diag.log
- find $(db2 get dbm cfg | awk '/\(DIAGPATH\)/ {print $7}')

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

0 comments on commit 0bcc29c

Please sign in to comment.