Sort test list in pg_regress

This patch changes pg_regress to sort the test list when tests
are controlled with either TESTS or SKIPS. This makes it more
consistent with the unfiltered test run which gets a sorted
list from cmake.
This commit is contained in:
Sven Klemm 2020-08-01 15:28:33 +02:00 committed by Sven Klemm
parent 4c05168909
commit 13e0a5f4c7

View File

@ -82,6 +82,8 @@ else
exit 0
fi
current_tests=$(echo "${current_tests}" | tr ' ' '\n' | sort)
TESTS=${current_tests}
echo > ${TEMP_SCHEDULE}