r22568: use the $SERVER_IP for the NET-* tests because I'll later change
authorStefan Metzmacher <metze@samba.org>
Sun, 29 Apr 2007 13:05:53 +0000 (13:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:45 +0000 (14:51 -0500)
$SERVER from localhost to localdc

mimir: please take a look why that's needed at all, as it shouldn't:-)

metze
(This used to be commit b06a9a00cf8414b13c16550a8156dba65c5dd7ea)

source4/script/tests/test_net.sh

index c99fee4f46fb85219d68373740963a1fa5dd0834..7973461f981710032266350a6dc173471ffbb2f1 100755 (executable)
@@ -18,7 +18,7 @@ for bindoptions in seal,padcheck $VALIDATE bigendian; do
      esac
    for t in $tests; do
     name="$t on $transport with $bindoptions"
-    plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*"
+    plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"\$SERVER_IP[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*"
    done
  done
 done