summaryrefslogtreecommitdiff
path: root/testsuite/driver/testlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/driver/testlib.py')
-rw-r--r--testsuite/driver/testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index e394e484ca..5b94c63073 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')