From a82d9e4e72d624916b1e12393a73a4d79ae080d2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 21 Feb 2011 16:01:44 +1100 Subject: s3-selftest convert tests.sh to python This should allow us a much better chance of invoking the subunit wrappers in the right way, at the right level. Andrew Bartlett --- source3/script/tests/test_testparm_s3.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source3/script/tests/test_testparm_s3.sh') diff --git a/source3/script/tests/test_testparm_s3.sh b/source3/script/tests/test_testparm_s3.sh index 0fd1a57c2b..bced6e7e19 100755 --- a/source3/script/tests/test_testparm_s3.sh +++ b/source3/script/tests/test_testparm_s3.sh @@ -5,6 +5,15 @@ # The main purpose (for now) is to test all the special handlers # and the macro expansions. +if [ $# -lt 1 ]; then +cat <