We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2499999 + 2805e18 commit 4a24b95Copy full SHA for 4a24b95
config/cscs-ci.py
@@ -205,10 +205,8 @@
205
],
206
'general': [
207
{
208
- 'check_search_path': [
209
- 'checks/'
210
- ],
211
- 'check_search_recursive': True,
+ 'check_search_path': ['checks/'],
+ 'check_search_recursive': True
212
}
213
]
214
config/cscs.py
@@ -1008,6 +1008,7 @@
1008
1009
'check_search_path': ['checks/'],
1010
'check_search_recursive': True,
1011
+ 'compact_test_names': True,
1012
'remote_detect': True
1013
1014
0 commit comments