Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 12, 2020
1 parent 67b0f51 commit 2892aa4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ script:
# run our matrix server
- box server start serverConfigFile="server-${ENGINE}.json"
# Startup the app
- curl http://localhost:60299
#- curl http://localhost:60299
# Debugging of tests
#- curl http://localhost:60299/tests/runner.cfm?reporter=json -o testresults.json && cat testresults.json
# move back to build dir to build it
Expand All @@ -61,8 +61,10 @@ script:
#- cat build/results.json

after_failure:
- cd $TRAVIS_BUILD_DIR/test-harness
# Cat results just in case for debugging.
- curl http://localhost:60299
# Display the contents of our root directory
- cd $TRAVIS_BUILD_DIR/test-harness
# Spit out our Commandbox log in case we need to debug
- box server log server-${ENGINE}.json
- cat `box system-log`
Expand Down

0 comments on commit 2892aa4

Please sign in to comment.