On 6/2/19 7:24 pm, Vijay Kumar Banerjee wrote:
> @@ -317,9 +324,11 @@ class covoar(object):
>              raise error.general('coverage: no symbol set file: %s'% 
> (symbol_file))
>          exe = self._find_covoar()
>          command = exe + ' -S ' + symbol_file + \
> -                  ' -O ' + covoar_result_dir + \
> -                  ' -E ' + self.explanations_txt + \
> -                  ' -p ' + self.project_name + ' ' + self.executables
> +                   ' -O ' + covoar_result_dir + \
> +                   ' -p ' + self.project_name + \
> +                   ' ' + self.executables + ' '

Can all these be placed in a macro variable and then accessed here?

Maybe in defaults.mc?

Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to