mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-31 16:27:46 +00:00
Sort patch files for reproducibility
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -179,7 +179,8 @@ def main(psa_arch_tests_ref: str,
|
||||
expected_failures_list = expected_failures
|
||||
|
||||
if args.patch_directory:
|
||||
patch_files = glob.glob(os.path.join(args.patch_directory, '*.patch'))
|
||||
patch_file_glob = os.path.join(args.patch_directory, '*.patch')
|
||||
patch_files = sorted(glob.glob(patch_file_glob))
|
||||
else:
|
||||
patch_files = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user