Skip to content

Commit 46cf2e1

Browse files
committed
CI: Improve logging to find out about any errors when starting CrateDB
1 parent e195897 commit 46cf2e1

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
@@ -294,6 +294,7 @@ def _clean(self):
294294

295295
def start(self):
296296
self._clean()
297+
log.info("Starting process '{}'".format(self.start_cmd))
297298
self.process = subprocess.Popen(self.start_cmd,
298299
env=self.env,
299300
stdout=subprocess.PIPE)

0 commit comments

Comments
 (0)