mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-19 20:24:46 +08:00
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:
parent
4c05168909
commit
13e0a5f4c7
@ -82,6 +82,8 @@ else
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
current_tests=$(echo "${current_tests}" | tr ' ' '\n' | sort)
|
||||||
|
|
||||||
TESTS=${current_tests}
|
TESTS=${current_tests}
|
||||||
|
|
||||||
echo > ${TEMP_SCHEDULE}
|
echo > ${TEMP_SCHEDULE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user