svn commit: samba r22568 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Sun Apr 29 13:05:53 GMT 2007


Author: metze
Date: 2007-04-29 13:05:53 +0000 (Sun, 29 Apr 2007)
New Revision: 22568

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22568

Log:
use the $SERVER_IP for the NET-* tests because I'll later change
$SERVER from localhost to localdc

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

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/test_net.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_net.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_net.sh	2007-04-29 12:33:04 UTC (rev 22567)
+++ branches/SAMBA_4_0/source/script/tests/test_net.sh	2007-04-29 13:05:53 UTC (rev 22568)
@@ -18,7 +18,7 @@
      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



More information about the samba-cvs mailing list