From b16cabc1b7ea1fd087df8f9ab977da629c92af9f Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Mon, 8 Jul 2019 20:31:35 -0400 Subject: [PATCH] testsuite: Print output from hp2ps --- testsuite/driver/testlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index e394e484caa5..5b94c6307353 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -1746,7 +1746,7 @@ def check_hp_ok(name: TestName) -> bool: # do not qualify for hp2ps because we should be in the right directory hp2psCmd = 'cd "{opts.testdir}" && {{hp2ps}} {name}'.format(**locals()) - hp2psResult = runCmd(hp2psCmd) + hp2psResult = runCmd(hp2psCmd, print_output=True) actual_ps_path = in_testdir(name, 'ps') -- GitLab