Skip to content

Commit 40d091b

Browse files
committed
sort execution of recipes tests
1 parent 605ef18 commit 40d091b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/recipe_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def run_recipe_tests(
502502

503503
# Run script (check how to get std out, std err and save them in files)
504504
check = True
505-
for i, recipe_id in enumerate(test_script.keys()):
505+
for i, recipe_id in enumerate(sorted(test_script.keys())):
506506

507507
# Check if the output folder is specified in test_field
508508
spec_outfold = False

0 commit comments

Comments
 (0)