]> www.infradead.org Git - users/jedix/linux-maple.git/commit
torture: Properly redirect kvm-remote.sh "echo" commands
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 30 Nov 2021 19:47:37 +0000 (11:47 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:30:29 +0000 (17:30 -0800)
commit90b21bcfb2846625c4f2e4a0bf5969543cef8ba7
tree3aff5d655d79791abac5dbcc1d5d87273b257744
parentb6c9dbf04f24e6bba91246abf55d1e0a13f5062a
torture: Properly redirect kvm-remote.sh "echo" commands

The echo commands following initialization of the "oldrun" variable need
to be "tee"d to $oldrun/remote-log.  This commit fixes several stragglers.

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