summaryrefslogtreecommitdiff
path: root/source4/selftest/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-30 18:23:20 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-01 02:05:36 +0200
commit1611499ec6480b073c4025f2bc78e430a6f2308e (patch)
tree65ae3b4fdb34091675a0f89e71c74e52c0f8ce29 /source4/selftest/wscript
parentaca56372c7f12619db204477adbad6f9dda860de (diff)
downloadsamba-1611499ec6480b073c4025f2bc78e430a6f2308e.tar.gz
samba-1611499ec6480b073c4025f2bc78e430a6f2308e.tar.bz2
samba-1611499ec6480b073c4025f2bc78e430a6f2308e.zip
s4-selftest: Finish conversion of selftest.sh to Python.
Diffstat (limited to 'source4/selftest/wscript')
-rw-r--r--source4/selftest/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/wscript b/source4/selftest/wscript
index 58cddb4053..c693f1b677 100644
--- a/source4/selftest/wscript
+++ b/source4/selftest/wscript
@@ -125,7 +125,7 @@ def cmd_testonly(opt):
if os.path.exists(st_done):
os.unlink(st_done)
- cmd = '(${PERL} ../selftest/selftest.pl --prefix=${SELFTEST_PREFIX} --builddir=. --srcdir=. --exclude=./selftest/skip --testlist="./selftest/tests.sh|" ${OPTIONS} --socket-wrapper ${TESTS} && touch ${SELFTEST_PREFIX}/st_done) | ${FILTER_OPTIONS} | tee ${SELFTEST_PREFIX}/subunit'
+ cmd = '(${PERL} ../selftest/selftest.pl --prefix=${SELFTEST_PREFIX} --builddir=. --srcdir=. --exclude=./selftest/skip --testlist="${PYTHON} ./selftest/tests.py|" ${OPTIONS} --socket-wrapper ${TESTS} && touch ${SELFTEST_PREFIX}/st_done) | ${FILTER_OPTIONS} | tee ${SELFTEST_PREFIX}/subunit'
if os.environ.get('RUN_FROM_BUILD_FARM') is None and not Options.options.FILTERED_SUBUNIT:
cmd += ' | ${FORMAT_TEST_OUTPUT}'
cmd = EXPAND_VARIABLES(opt, cmd)