CPP Static Analysis: Using cpptesttrace with option --cpptesttraceUseVariable=[VAR_NAME=VALUE,...]
I am using cpptesttrace with option --cpptesttraceUseVariable=[VAR_NAME1=VALUE1,VAR_NAME2=VALUE2,VAR_NAME3=VALUE3]. This works properly in generating the bdf however when I am trying to use cpptestcli(command line) to import the bdf in question via below command, i am unable to use either env variables (defining the VAR_NAME1/2/3 in my env. Do i have to replace these reference variables manually via parsing or is there a better way?
cpptestcli -data $(pwd)/parasoft_workspace  -bdf "${bdf_command}" \
-settings "${config_path}" -settings "${dtb_settings_path}" -settings "${bdf_path}" \
${target_criteria_command} -report "${static_report_name}/" \
-appconsole stdout -showdetails -config "builtin://Effective C++" -nobuild
Best Answer
- 
            Nevermind, you can access them via environment variables 0
