Skip to content

Commit

Permalink
selftest: enable py3 for samba.tests.dcerpc.array
Browse files Browse the repository at this point in the history
No change needed.

Signed-off-by: Joe Guo <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
Reviewed-by: Douglas Bagnall <[email protected]>
  • Loading branch information
catalyst-joe-guo authored and abartlet committed Apr 5, 2018
1 parent 55c9661 commit a35dfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selftest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
planpythontestsuite("none", "samba.tests.strings")
planpythontestsuite("none", "samba.tests.netcmd")
planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc", py3_compatible=True)
planpythontestsuite("none", "samba.tests.dcerpc.array")
planpythontestsuite("none", "samba.tests.dcerpc.array", py3_compatible=True)
planpythontestsuite("none", "samba.tests.dcerpc.string")
planpythontestsuite("none", "samba.tests.hostconfig")
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging",
Expand Down

0 comments on commit a35dfa0

Please sign in to comment.