diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-10-15 23:22:32 +0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-12-03 22:11:18 +0400 |
commit | e1362651f713e359dd76f0df74bce393a9372316 (patch) | |
tree | c4b2074410c3236bcc47c6893f56ed56c0224076 /tools/testing/selftests/rcutorture/bin/kvm-recheck.sh | |
parent | 782ab4cd2eeb6a680dce8ff76d9ae4edeefe415c (diff) | |
download | linux-e1362651f713e359dd76f0df74bce393a9372316.tar.xz |
rcutorture: Test summary at end of run with less chattiness
The commit causes kvm.sh to invoke kvm-recheck.sh at the end of each
run, and causes kvm-recheck.sh to print only the name of the test, not
the full path to the corresponding Kconfig file.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/bin/kvm-recheck.sh')
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/kvm-recheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh index 26e82b5d67f8..874cd32d0486 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm-recheck.sh @@ -31,7 +31,7 @@ do for i in $dirs do configfile=`echo $i | sed -e 's/^.*\///'` - echo $i + echo $configfile configcheck.sh $i/.config $i/ConfigFragment parse-build.sh $i/Make.out $configfile parse-rcutorture.sh $i/console.log $configfile |