Skip to content
Snippets Groups Projects

[test] Use test_name as test name, not the description

Merged Florian Schmaus requested to merge flow/emper:test-name into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -58,7 +58,7 @@ foreach source, test_dict : tests
link_with: [emper, emper_c],
)
test(test_dict.get('description', ''),
test(test_name,
test_exe,
is_parallel: test_dict.get('is_parallel', true),
suite: test_dict.get('test_suite', 'all'),
Loading