File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 20
20
<description>Generic launch of gnat metric</description>
21
21
<command-line>
22
22
<arg>%gnathub</arg>
23
+ <arg>-d</arg>
23
24
<arg>-P%PP</arg>
24
25
<arg>%X</arg>
25
26
<arg>%subdirsarg</arg>
284
285
<read-only>TRUE</read-only>
285
286
<command-line>
286
287
<arg>%gnathub</arg>
288
+ <arg>-d</arg>
287
289
<arg>-P%PP</arg>
288
290
<arg>%X</arg>
289
291
<arg>%subdirsarg</arg>
311
313
<read-only>TRUE</read-only>
312
314
<command-line>
313
315
<arg>%gnathub</arg>
316
+ <arg>-d</arg>
314
317
<arg>-P%PP</arg>
315
318
<arg>%X</arg>
316
319
<arg>%subdirsarg</arg>
@@ -342,7 +345,7 @@ def get_no_subprojects_arg():
342
345
else :
343
346
exe = "gnatmetric"
344
347
345
- help_output = GPS .Process (exe + " --version " ).get_result ()
348
+ help_output = GPS .Process (exe + " --help " ).get_result ()
346
349
347
350
if "--no-subprojects" in help_output :
348
351
return "--no-subprojects"
You can’t perform that action at this time.
0 commit comments