1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

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>
This commit is contained in:
Douglas Bagnall 2022-11-18 12:45:12 +13:00 committed by Joseph Sutton
parent e5f9deed0d
commit 1f0aea77f5

View File

@ -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)