File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ c_driver_variables:
100
100
mongo_orchestration :
101
101
windows : &mongo_orchestration_windows
102
102
start_mongo_orchestration : |
103
- trap 'set +o errexit; mongo-orchestration stop;' EXIT
103
+ trap 'set +o errexit; cat server.log; mongo-orchestration stop;' EXIT
104
104
taskkill.exe /FI "IMAGENAME eq python.exe" /F
105
105
taskkill.exe /FI "IMAGENAME eq mongod.exe" /F
106
106
fsutil volume diskfree c:
@@ -111,7 +111,7 @@ c_driver_variables:
111
111
curl -s http://localhost:8889/
112
112
unix : &mongo_orchestration_unix
113
113
start_mongo_orchestration : |
114
- trap 'set +o errexit; mongo-orchestration stop;' EXIT
114
+ trap 'set +o errexit; cat server.log; mongo-orchestration stop;' EXIT
115
115
df -h
116
116
echo "Starting Mongo Orchestration..."
117
117
echo "{ \"releases\": { \"default\": \"`pwd`/mongodb/bin\" } }" > orchestration.config
@@ -408,6 +408,7 @@ post:
408
408
params :
409
409
working_dir : " mongo-c-driver"
410
410
script : |
411
+ cat server.log
411
412
mongo-orchestration stop
412
413
- command : shell.cleanup
413
414
You can’t perform that action at this time.
0 commit comments