summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2022-11-18 12:45:12 +1300
committerJoseph Sutton <jsutton@samba.org>2022-12-01 22:56:39 +0000
commit1f0aea77f5c065b1af069d09c1044a6e8de6261d (patch)
tree16c93280f2ed842ecd2d0ae9599ef0214255e769 /selftest
parente5f9deed0d5a2b475361486b48095124a973bd71 (diff)
downloadsamba-1f0aea77f5c065b1af069d09c1044a6e8de6261d.tar.gz
selftest: be less confident in commending st/summary
st/summary is useless. If you'll find anything, it'll be in st/subunit. However, in case *something* useful ever ends up there we still mention it. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'selftest')
-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)