From 6c33d34df2b0bcacadd5c547c8c827bbfac1bd2a Mon Sep 17 00:00:00 2001 From: Zhilong Liu Date: Tue, 16 Jan 2018 17:45:05 +0800 Subject: mdadm/test: add '--testdir=' to switch choosing test suite By now, mdadm has two test suites to cover traditional sofr-raid testing and clustermd testing, the '--testdir=' option supports to switch which suite to test, tests/ or clustermd_tests/. Signed-off-by: Zhilong Liu Signed-off-by: Jes Sorensen --- clustermd_tests/func.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'clustermd_tests') diff --git a/clustermd_tests/func.sh b/clustermd_tests/func.sh index f88d33f8..23874245 100644 --- a/clustermd_tests/func.sh +++ b/clustermd_tests/func.sh @@ -1,7 +1,5 @@ #!/bin/bash -CLUSTER_CONF=$PWD/cluster_conf - check_ssh() { NODE1="$(grep '^NODE1' $CLUSTER_CONF | cut -d'=' -f2)" -- cgit v1.2.3