jjb: lttng-tools: fix ust java tests on deb12
[lttng-ci.git] / scripts / binutils-gdb / build.sh
index c7d42c291e6898492c84347df7c7fd0abce3d7ad..29027cf842117bb2bb8d5c149569c869aa45f117 100755 (executable)
@@ -950,7 +950,7 @@ grep --extended-regexp --regexp="^(FAIL|XPASS|UNRESOLVED|DUPLICATE|ERROR):" "${W
 # For informational purposes: check if some known failure lines did not appear
 # in the gdb.sum.
 echo "Known failures that don't appear in gdb.sum:"
-while read line; do
+while read -r line; do
     if ! grep --silent --fixed-strings "$line" "${WORKSPACE}/results/gdb.sum"; then
         echo "$line"
     fi
This page took 0.033785 seconds and 4 git commands to generate.