summaryrefslogtreecommitdiff
path: root/selftest/selftesthelpers.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-05-02 12:55:45 +0200
committerAndrew Bartlett <abartlet@samba.org>2017-05-20 02:26:33 +0200
commit1116ee1c5c47b405666a0d52f646d05613a803ab (patch)
treec26921f00ef5a9ad89110e580ae4dff2177aa297 /selftest/selftesthelpers.py
parente99c0e6503d5cfa048c62b0a6d954d3e7504ff62 (diff)
downloadsamba-1116ee1c5c47b405666a0d52f646d05613a803ab.tar.gz
selftest: Actually run python3 tests during the selftest
These previously only ran if the develper was using EXTRA_PYTHON in their OS environment Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat May 20 02:26:33 CEST 2017 on sn-devel-144
Diffstat (limited to 'selftest/selftesthelpers.py')
-rw-r--r--selftest/selftesthelpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py
index 6b22a16bfa5..8b885b59419 100644
--- a/selftest/selftesthelpers.py
+++ b/selftest/selftesthelpers.py
@@ -140,7 +140,7 @@ def planpythontestsuite(env, module, name=None, extra_path=[], py3_compatible=Fa
if py3_compatible and extra_python is not None:
# Plan one more test for Python 3 compatible module
args[0] = extra_python
- plantestsuite_loadlist(name, env, args)
+ plantestsuite_loadlist(name + ".python3", env, args)
def get_env_torture_options():