diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-08 00:19:50 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-08 00:19:50 +0100 |
commit | bebd139db02408b29b78b2ef9502d1363d45b3f9 (patch) | |
tree | bf7a33bdad726a19e23d7a23b7aec80127c4cc26 /source4/selftest/samba4_tests.sh | |
parent | 64ff80d000bbba270ba2d65381a33049d9b3467d (diff) | |
download | samba-bebd139db02408b29b78b2ef9502d1363d45b3f9.tar.gz samba-bebd139db02408b29b78b2ef9502d1363d45b3f9.tar.xz samba-bebd139db02408b29b78b2ef9502d1363d45b3f9.zip |
Put ldb test output in prefix.
(This used to be commit af283cd787ef4642fc4ba642ea37a1eede2d2f41)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index 2068a971ca..17b6020abb 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -74,7 +74,7 @@ done # is now pretty well tested by the rest of the quick tests anyway LDBDIR=$samba4srcdir/lib/ldb export LDBDIR -plantest "ldb" none $LDBDIR/tests/test-tdb.sh +plantest "ldb" none TEST_DATA_PREFIX=\$PREFIX $LDBDIR/tests/test-tdb.sh plantest "js.ldap" dc $SCRIPTDIR/ldap.js $CONFIGURATION -d 10 \$SERVER -U\$USERNAME%\$PASSWORD |