From: Richard Purdie Date: Fri, 10 Mar 2023 18:11:51 +0000 (+0000) Subject: bc: Fix ptest test output naming X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad2ee63396cb27823dcd022878764bc69e619e9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bc: Fix ptest test output naming The quoting in the script was mangled leading to "0" tests being found by our log parsing code. Fix the quoting to allow the correct test counts to appear. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/bc/bc/run-ptest b/meta/recipes-extended/bc/bc/run-ptest index 66a1b9d7087..ba5abe68058 100644 --- a/meta/recipes-extended/bc/bc/run-ptest +++ b/meta/recipes-extended/bc/bc/run-ptest @@ -2,8 +2,8 @@ for TEST in *.b; do if bc -l $TEST