Skip to content

Commit e70e953

Browse files
committed
Add uncommited change
1 parent 053dd8c commit e70e953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def restart(self) -> None:
601601
self.check_ready_status_and_init_db()
602602

603603
def runcmd(self, cmd: str, include_stderr=True) -> Tuple[int, str]:
604-
res = self.ctn.exec_run(cmd)
604+
res = self.ctn.exec_run(cmd, stdout=True, stderr=include_stderr)
605605
exitcode = res.exit_code
606606
out = res.output.decode("utf-8")
607607

0 commit comments

Comments
 (0)