extend BTest "path" canonicalization to include compiled-to-C++ variable names

This commit is contained in:
Vern Paxson 2023-03-07 10:16:11 -08:00 committed by Arne Welzel
parent a934acc4f1
commit cdcd3f79aa
5 changed files with 9 additions and 8 deletions

View file

@ -9,4 +9,5 @@ else
fi
$sed 's#/+#/#g' |
$sed 's#[^( ]*testing_btest#<___>testing_btest#' |
$sed 's#([a-zA-Z]:)?/([^ :/]{1,}/){1,}([^ :/]{1,})#<...>/\3#g'