We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb217a3 commit dc90bb0Copy full SHA for dc90bb0
test/run_generator_tests.sh
@@ -152,6 +152,8 @@ add_ini_files_from_macros()
152
# given a list of macros, collect all INI files which contain at least one of them
153
local macro_files=$@
154
for mf in ${macro_files} ; do
155
+ # if any, strip the leading O2DPG_ROOT path to only grep for the relative trailing path
156
+ mf=${mf##${O2DPG_ROOT}/}
157
local other_ini_files=$(grep -r -l ${mf} | grep ".ini$")
158
# so this macro is not included in any of the INI file,
159
# maybe it is included by another macro which is then included in an INI file
0 commit comments