summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xselftest/format-subunit4
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest/format-subunit b/selftest/format-subunit
index b27513a502a..c7ec579de6e 100755
--- a/selftest/format-subunit
+++ b/selftest/format-subunit
@@ -46,7 +46,7 @@ summaryfile = os.path.join(opts.prefix, "summary")
msg_ops.write_summary(summaryfile)
-print("\nA summary with detailed information can be found in:")
-print(" %s" % summaryfile)
+print("\nThere might be more detail in "
+ f"{os.path.join(opts.prefix, 'subunit')} or {summaryfile}.")
sys.exit(expected_ret)