mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
selftest/filter-subunit: use py3 print
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ed562c0480
commit
4a231855dd
@ -61,9 +61,9 @@ if opts.perf_test_output:
|
||||
if getattr(opts, bad_opt):
|
||||
bad_options.append(bad_opt)
|
||||
if bad_options:
|
||||
print >>sys.stderr, ("--perf-test-output is incompatible with --%s" %
|
||||
(', --'.join(x.replace('_', '-')
|
||||
for x in bad_options)))
|
||||
print("--perf-test-output is incompatible with --%s" %
|
||||
(', --'.join(x.replace('_', '-') for x in bad_options)),
|
||||
file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
if opts.expected_failures:
|
||||
|
Loading…
x
Reference in New Issue
Block a user