]> git.ipfire.org Git - thirdparty/rsync.git/commit
runtests.py: preserve test-execution order in skipped list
authorAndrew Tridgell <andrew@tridgell.net>
Wed, 22 Apr 2026 02:21:48 +0000 (12:21 +1000)
committerAndrew Tridgell <andrew@tridgell.net>
Wed, 22 Apr 2026 02:34:39 +0000 (12:34 +1000)
commitbd2dbd2f322ee1046c35b2a138e5256e2ec6f455
tree613550ceb354dbb7c0e28dc0b5bde6f1ebe16dd4
parent350e295d1cc48d8ab9183d2073ef15a76d234048
runtests.py: preserve test-execution order in skipped list

The sorted() call reordered skipped test names alphabetically,
causing CI expected-skipped mismatches (e.g. acls,acls-default
instead of acls-default,acls). Sort by original test order instead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
runtests.py