This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch gokcen/refactor_runcli in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c6a8114797bf265e1e699ab6bc36059d9beae681 Author: Gökçen Nurlu <[email protected]> AuthorDate: Sun Nov 4 20:39:32 2018 +0000 fixup! test --- tests/testutils/runcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testutils/runcli.py b/tests/testutils/runcli.py index 6942216..5d55d98 100644 --- a/tests/testutils/runcli.py +++ b/tests/testutils/runcli.py @@ -305,7 +305,7 @@ class Cli(CliRunner): exception=r.exception, exc_info=r.exc_info, output=r.stdout, - stderr=r.stderr) + stderr=r.stderr if r.stderr_bytes else "") # Fetch an element state by name by # invoking bst show on the project with the CLI
