svn commit: samba r22871 - in branches/SAMBA_4_0/source/selftest: .

mimir at samba.org mimir at samba.org
Mon May 14 23:24:51 GMT 2007


Author: mimir
Date: 2007-05-14 23:24:50 +0000 (Mon, 14 May 2007)
New Revision: 22871

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

Log:
restore testing against host name instead of ip address


rafal


Modified:
   branches/SAMBA_4_0/source/selftest/test_net.sh


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/test_net.sh
===================================================================
--- branches/SAMBA_4_0/source/selftest/test_net.sh	2007-05-14 21:58:23 UTC (rev 22870)
+++ branches/SAMBA_4_0/source/selftest/test_net.sh	2007-05-14 23:24:50 UTC (rev 22871)
@@ -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_IP[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*"
+    plantest "$name" dc $VALGRIND bin/smbtorture $TORTURE_OPTIONS $transport:"\$SERVER[$bindoptions]" -U"\$USERNAME"%"\$PASSWORD" -W "\$DOMAIN" $t "$*"
    done
  done
 done



More information about the samba-cvs mailing list