From 4aa879466dd46cb4e8710edbbaac1276521e475b Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 24 Apr 2012 10:23:17 +1000 Subject: [PATCH] tests/integration: Remove cabability for testcase option This is unused and can't be used with the current test infrastructure. It may have been useful with ctdb_test_env but I don't think it was ever used. Signed-off-by: Martin Schwenke --- tests/scripts/integration.bash | 48 ---------------------------------- 1 file changed, 48 deletions(-) diff --git a/tests/scripts/integration.bash b/tests/scripts/integration.bash index 363fecf5..3e3cc676 100644 --- a/tests/scripts/integration.bash +++ b/tests/scripts/integration.bash @@ -129,60 +129,12 @@ ctdb_test_exit_hook_add () ctdb_test_exit_hook="${ctdb_test_exit_hook}${ctdb_test_exit_hook:+ ; }$*" } -ctdb_test_usage() -{ - local status=${1:-2} - - cat <