From 622928924fd531bfe415b705c5da7125a5549039 Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Tue, 24 Oct 2006 01:29:02 +0000 Subject: r19473: Add NET tests in their own script. Run the same set of tests that 'make test' does. Comment those tests which don't pass. (This used to be commit 7d382b175b548ae32b4c7c1b728dcd02e20cbbfa) --- source4/script/tests/test_win.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/script/tests/test_win.sh') diff --git a/source4/script/tests/test_win.sh b/source4/script/tests/test_win.sh index a6b09d48db..da543a2b50 100755 --- a/source4/script/tests/test_win.sh +++ b/source4/script/tests/test_win.sh @@ -36,6 +36,10 @@ $WINTEST_DIR/wintest_rpc.sh $SMBTORTURE_REMOTE_HOST $SMBTORTURE_USERNAME \ $SMBTORTURE_PASSWORD $SMBTORTURE_WORKGROUP \ || all_errs=`expr $all_errs + $?` +$WINTEST_DIR/wintest_net.sh $SMBTORTURE_REMOTE_HOST $SMBTORTURE_USERNAME \ + $SMBTORTURE_PASSWORD $SMBTORTURE_WORKGROUP \ + || all_errs=`expr $all_errs + $?` + test_name="WINDOWS CLIENT / SAMBA SERVER SHARE" old_errs=$all_errs cat $WINTEST_DIR/common.exp > $TMPDIR/client_test.exp -- cgit