aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm.sh
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2013-12-19 10:52:55 -0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-02-18 12:25:43 -0800
commit1219c8636cc51eaed1529c9d5ed4184f726c8f24 (patch)
treef6c35d68c2726ef361cddbf0380d470ebc0f118f /tools/testing/selftests/rcutorture/bin/kvm.sh
parentrcutorture: Print grace-period performance statistics (diff)
downloadlinux-dev-1219c8636cc51eaed1529c9d5ed4184f726c8f24.tar.xz
linux-dev-1219c8636cc51eaed1529c9d5ed4184f726c8f24.zip
rcutorture: Print script and arguments to standard output
Although the script name and arguments are logged in the results directory, it is more convenient to see it in the output. This commit therefore adds the output of this information. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/rcutorture/bin/kvm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh
index 1b7923bf6a70..f60f98415f13 100644
--- a/tools/testing/selftests/rcutorture/bin/kvm.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm.sh
@@ -169,6 +169,7 @@ else
fi
mkdir $resdir/$ds
touch $resdir/$ds/log
+echo $scriptname $args
echo $scriptname $args >> $resdir/$ds/log
pwd > $resdir/$ds/testid.txt