Skip to content

Commit

Permalink
Add uncommited change
Browse files Browse the repository at this point in the history
  • Loading branch information
bingwang-ms committed Jan 4, 2023
1 parent 053dd8c commit e70e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def restart(self) -> None:
self.check_ready_status_and_init_db()

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

Expand Down

0 comments on commit e70e953

Please sign in to comment.