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_net_registry.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'source3/script/tests/test_net_registry.sh') diff --git a/source3/script/tests/test_net_registry.sh b/source3/script/tests/test_net_registry.sh index 45f4dd09cc..21c452d6e1 100755 --- a/source3/script/tests/test_net_registry.sh +++ b/source3/script/tests/test_net_registry.sh @@ -7,7 +7,17 @@ # # rpc tests are chose by specifying "rpc" as commandline parameter. -RPC="$1" +if [ $# -lt 3 ]; then +cat <