torture: Make hangs more visible in torture.sh output

This commit labels "QEMU killed" lines so that they will be picked up
by torture.sh processing.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Joel Fernandes <joelagnelf@nvidia.com>
This commit is contained in:
Paul E. McKenney
2026-01-19 20:33:48 -08:00
committed by Joel Fernandes
parent 69642000bb
commit 08d5cade66
2 changed files with 1 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ do
then
if test -f "$i/qemu-retval" && test "`cat $i/qemu-retval`" -eq 137
then
echo QEMU killed
echo "Summary: Potential hang (QEMU killed)"
fi
configcheck.sh $i/.config $i/ConfigFragment > $i/ConfigFragment.diags 2>&1
if grep -q '^CONFIG_KCSAN=y$' $i/ConfigFragment.input

View File

@@ -113,7 +113,6 @@ then
then
print_warning $title `cat $T.seq`
fi
exit 2
fi
fi | tee -a $file.diags