diff --git a/refstack_client/list_parser.py b/refstack_client/list_parser.py index 17e576b..e3499a0 100644 --- a/refstack_client/list_parser.py +++ b/refstack_client/list_parser.py @@ -50,6 +50,7 @@ class TestListParser(object): (stdout, stderr) = process.communicate() if process.returncode != 0: + self.logger.error(stdout) self.logger.error(stderr) raise subprocess.CalledProcessError(process.returncode, ' '.join(cmd))