From 2fa394a51aa0b02d573bc4c5d2bcd8a547f970ea Mon Sep 17 00:00:00 2001 From: Brad Henry Date: Tue, 24 Oct 2006 01:18:07 +0000 Subject: r19471: Move BASE and RAW tests to their own scripts. Run the same set of tests as 'make test' does, at least for those that pass. Comment the tests that don't pass. (This used to be commit 33760cfe94f8a4a0e4441dd8fb5089cf8c26487f) --- source4/script/tests/win/wintest_base.sh | 59 +++++++++++++++++++++++++++++++ source4/script/tests/win/wintest_raw.sh | 60 ++++++++++++++++++++++++++++++++ 2 files changed, 119 insertions(+) create mode 100755 source4/script/tests/win/wintest_base.sh create mode 100755 source4/script/tests/win/wintest_raw.sh (limited to 'source4/script/tests/win') diff --git a/source4/script/tests/win/wintest_base.sh b/source4/script/tests/win/wintest_base.sh new file mode 100755 index 0000000000..fa436a4af8 --- /dev/null +++ b/source4/script/tests/win/wintest_base.sh @@ -0,0 +1,59 @@ +#!/bin/sh + +. script/tests/test_functions.sh + +. script/tests/win/wintest_functions.sh + +# This variable is defined in the per-hosts .fns file. +. $WINTESTCONF + +if [ $# -lt 4 ]; then +cat <