From e9672b338e9402eea4472a995e8feca369e32abb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 12 Jul 2005 06:06:30 +0000 Subject: r8348: switch selftest to use the new provision script (This used to be commit 52517e48ea4e5debdc5e6f4a934ce74833300e5f) --- source4/script/tests/selftest.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/script/tests') diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 7f49b98c9c..002682f9c5 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -54,9 +54,12 @@ export failed incdir=`dirname $0` . $incdir/test_functions.sh +PATH=bin:$PATH +export PATH + rm -rf $PREFIX/* mkdir -p $PRIVATEDIR $LIBDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR -./setup/provision.pl --quiet --outputdir $PRIVATEDIR --domain $DOMAIN --realm $REALM \ +./setup/provision $CONFIGURATION --quiet --domain $DOMAIN --realm $REALM \ --adminpass $PASSWORD --root=$ROOT cat >$CONFFILE<