diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index 2ded921ba..247e89874 100644 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -340,7 +340,6 @@ function timing_finish() { function create_test_list() { grep -rshI --include="*.sh" --exclude="autotest_common.sh" \ - --exclude="$rootdir/test/common/autotest_common.sh" \ -e "run_test " $rootdir | grep -v "#" \ | sed 's/^.*run_test/run_test/' | awk '{print $2}' | \ sed 's/\"//g' | sort > $output_dir/all_tests.txt || true