We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605ef18 commit 40d091bCopy full SHA for 40d091b
1 file changed
tests/utils/recipe_tests.py
@@ -502,7 +502,7 @@ def run_recipe_tests(
502
503
# Run script (check how to get std out, std err and save them in files)
504
check = True
505
- for i, recipe_id in enumerate(test_script.keys()):
+ for i, recipe_id in enumerate(sorted(test_script.keys())):
506
507
# Check if the output folder is specified in test_field
508
spec_outfold = False
0 commit comments