Commit bd0b1f94 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

torture: Enable KCSAN summaries over groups of torture-test runs



The kcsan-collapse.sh script assumes that it is being run over the output
of a single kvm.sh run, which is less than helpful for torture.sh runs.
This commit therefore changes the kcsan-collapse.sh script's "ls" pattern
with a "find" command to enable a KCSAN summary across all the -kcsan
runs in a full torture.sh run.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 4988486c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ if test -z "$TORTURE_KCONFIG_KCSAN_ARG"
then
	exit 0
fi
cat $1/*/console.log |
find $1 -name console.log -exec cat {} \; |
	grep "BUG: KCSAN: " |
	sed -e 's/^\[[^]]*] //' |
	sort |