torture: Add timestamps to kvm-test-1-run-qemu.sh output
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Jul 2021 22:25:31 +0000 (15:25 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 27 Jul 2021 18:41:33 +0000 (11:41 -0700)
commit5f33809ec2cd1f8383aa1cc14f1ae1a244dd2906
tree4871ba19fc8ef57559cb9fc9eb37ff65b35e2613
parentb3bf9632efc47cc9ae640863b839c70e84da8ea6
torture: Add timestamps to kvm-test-1-run-qemu.sh output

The kvm-test-1-run-qemu.sh script logs the torture-test start time and
also when it starts getting impatient for the test to finish.  However, it
does not timestamp these log messages, which can make debugging needlessly
challenging.  This commit therefore adds timestamps to these messages.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh