Skip to content

Commit

Permalink
Add sorting to loaded files, for test reproducibility
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Lampacrescia <[email protected]>
  • Loading branch information
MarcoLm993 committed Oct 24, 2024
1 parent a8b78af commit 15ab218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scxml_converter/test_systemtest_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def ros_to_plain_scxml_test(
if store_generated:
clear_output_folder(test_folder)
bt_index = 1000
for fname in scxml_files:
for fname in sorted(scxml_files):
input_file = os.path.join(test_data_path, fname)
# gt_file = os.path.join(test_data_path, 'gt_plain_scxml', fname)
try:
Expand Down

0 comments on commit 15ab218

Please sign in to comment.