diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-10-15 12:30:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:44:47 -0500 |
commit | 9259f9ecc0ab6fa3faeb582796d59420e71fc069 (patch) | |
tree | 81480610e4a3b957c93ff2e7a09a721d6c80671c /source4/script/tests | |
parent | f8a3335cb427320770a0164b0a4e6bf33ba893af (diff) | |
download | samba-9259f9ecc0ab6fa3faeb582796d59420e71fc069.tar.gz samba-9259f9ecc0ab6fa3faeb582796d59420e71fc069.tar.bz2 samba-9259f9ecc0ab6fa3faeb582796d59420e71fc069.zip |
r11092: run NBT-WINSREPLICATION-QUICK test with make test
metze
(This used to be commit 2577c02a5105449b759e7eeb00c446730dbe22d3)
Diffstat (limited to 'source4/script/tests')
-rwxr-xr-x | source4/script/tests/test_nbt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_nbt.sh b/source4/script/tests/test_nbt.sh index f31d271c1e..ff3bf14487 100755 --- a/source4/script/tests/test_nbt.sh +++ b/source4/script/tests/test_nbt.sh @@ -18,7 +18,7 @@ SCRIPTDIR=../testprogs/ejs PATH=bin:$PATH export PATH -for f in NBT-REGISTER NBT-WINS; do +for f in NBT-REGISTER NBT-WINS NBT-WINSREPLICATION-QUICK; do testit "$f" bin/smbtorture $TORTURE_OPTIONS //$SERVER/_none_ $f || failed=`expr $failed + 1` done |