Skip to content

Commit c87dc71

Browse files
committed
CI: Improve logging to find out about any errors when starting CrateDB
1 parent a2c86cf commit c87dc71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crate/testing/layer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def _clean(self):
297297

298298
def start(self):
299299
self._clean()
300+
log.info("Starting process '{}'".format(self.start_cmd))
300301
self.process = subprocess.Popen(self.start_cmd,
301302
env=self.env,
302303
stdout=subprocess.PIPE)

0 commit comments

Comments
 (0)