Merge branch 'ar/t4150-remove-cruft'
[gitweb.git] / t / helper / test-parse-options.c
index 47fee660b86a6e6977735e2c940de79d4330d519..cc88fba05752cbf67c2669c219cc0a65d4a354ee 100644 (file)
@@ -2,6 +2,7 @@
 #include "cache.h"
 #include "parse-options.h"
 #include "string-list.h"
+#include "trace2.h"
 
 static int boolean = 0;
 static int integer = 0;
@@ -153,6 +154,8 @@ int cmd__parse_options(int argc, const char **argv)
        int i;
        int ret = 0;
 
+       trace2_cmd_name("_parse_");
+
        argc = parse_options(argc, (const char **)argv, prefix, options, usage, 0);
 
        if (length_cb.called) {