Commit eba5d055 authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

test/common: only scan .sh files for run_test

parent 39efe151
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ function timing_finish() {
}

function create_test_list() {
	grep -rshI --exclude="autotest_common.sh" \
	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}' | \