diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 09:41:32 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-09-27 20:26:27 +0200 |
commit | b7822a55c40c5c42356b263c3d7bc1998fb1a7d3 (patch) | |
tree | 2579d3c13e232e533c647b5f80325de0380ca74f /selftest/wscript | |
parent | 0883e174bfdec22a4ff373041afce396cfe7fd7b (diff) | |
download | samba-b7822a55c40c5c42356b263c3d7bc1998fb1a7d3.tar.gz samba-b7822a55c40c5c42356b263c3d7bc1998fb1a7d3.tar.bz2 samba-b7822a55c40c5c42356b263c3d7bc1998fb1a7d3.zip |
samba4-tests: Move 'samba.tests.source' up.
We would like to run this as early as possible so we get a quick
failure when there is trailing whitespace.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date(master): Thu Sep 27 20:26:27 CEST 2012 on sn-devel-104
Diffstat (limited to 'selftest/wscript')
-rw-r--r-- | selftest/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/selftest/wscript b/selftest/wscript index 0277eb5083..9ea2f6fdd4 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -180,7 +180,8 @@ def cmd_testonly(opt): if not os.path.isdir(env.SELFTEST_PREFIX): os.makedirs(env.SELFTEST_PREFIX, int('755', 8)) - env.TESTLISTS = ('--testlist="${PYTHON} ${srcdir}/source3/selftest/tests.py|" ' + + env.TESTLISTS = ('--testlist="${PYTHON} ${srcdir}/selftest/tests.py|" ' + + '--testlist="${PYTHON} ${srcdir}/source3/selftest/tests.py|" ' + '--testlist="${PYTHON} ${srcdir}/source4/selftest/tests.py|"') if CONFIG_SET(opt, 'AD_DC_BUILD_IS_ENABLED'): |