From b0b31f52f7614a910dda5c227fa478d6dc5d8841 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Mar 2007 03:10:30 +0000 Subject: r21735: skip the smbclient test until jelmer can take a look at it. The current test makes no sense with the new test system. For example, it does "mkdir bla" then "cd bla" then "cd ..", but it now does these as separate smbclient commands, which makes no sense at all. It even seems to try to run them in parallel??? The test fails (segfault, plus lots of errors), but gets reported as a success (This used to be commit 9e3bbdee50a5372fa79c493c1cf1c378f1068467) --- source4/script/tests/test_blackbox.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/script/tests/test_blackbox.sh') diff --git a/source4/script/tests/test_blackbox.sh b/source4/script/tests/test_blackbox.sh index 484310605e..8900d6686d 100755 --- a/source4/script/tests/test_blackbox.sh +++ b/source4/script/tests/test_blackbox.sh @@ -20,7 +20,9 @@ ADDARGS="$@" incdir=`dirname $0` . $incdir/test_functions.sh -testit "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS" +# skip the smbclient test until jelmer can work on it. Right now the +# test makes no sense at all with the new test system (tridge) testit +# "smbclient" $incdir/../../../testprogs/blackbox/test_smbclient.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$PREFIX" "$ADDARGS" testit "cifsdd" $incdir/../../../testprogs/blackbox/test_cifsdd.sh "$SERVER" "$USERNAME" "$PASSWORD" "$DOMAIN" "$ADDARGS" testok $0 $failed -- cgit