Print command line when verbose is on

master
Daniel Zaoui 7 years ago
parent dd4c1caade
commit ee1e8f77e1
  1. 1
      src/bin/run_test.c

@ -66,6 +66,7 @@ _run_command_prepare(const List_Entry *ent, Run_Mode mode, char *buf)
CONFIG, exactness_config.wrap_command, ent->command);
strncpy(buf, eina_strbuf_string_get(sbuf), SCHEDULER_CMD_SIZE-1);
eina_strbuf_free(sbuf);
if (exactness_config.verbose) printf("Command: %s\n", buf);
}
void

Loading…
Cancel
Save