From 5439553c96bd906e19be7060552cb59bdaec3eb1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 19 Apr 2011 11:59:28 +1000 Subject: selftest: Don't specify SELFTEST_TARGET as an env variable It is much more reliable to specify it as a direct parameter, and this is needed for the combined 'make test'. Andrew Bartlett --- source4/scripting/devel/selftest-vars.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/scripting/devel') diff --git a/source4/scripting/devel/selftest-vars.sh b/source4/scripting/devel/selftest-vars.sh index c4827422df..bc73c05407 100644 --- a/source4/scripting/devel/selftest-vars.sh +++ b/source4/scripting/devel/selftest-vars.sh @@ -13,7 +13,6 @@ export RPC_PROXY_SERVER=localrpcproxy4 export RPC_PROXY_SERVER_IP=127.0.0.4 export RPC_PROXY_NETBIOSNAME=localrpcproxy4 export RPC_PROXY_NETBIOSALIAS=localrpcproxy -export SELFTEST_TARGET="samba4" export SELFTEST_MAXTIME=1200 export NETBIOSNAME=localdc1 export REALM=SAMBA.EXAMPLE.COM -- cgit