]> www.infradead.org Git - users/jedix/linux-maple.git/commit
torture: Fix incorrectly redirected "exit" in kvm-remote.sh
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 30 Nov 2021 19:33:01 +0000 (11:33 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 1 Dec 2021 01:30:29 +0000 (17:30 -0800)
commitb6c9dbf04f24e6bba91246abf55d1e0a13f5062a
tree0ffccb6ea327b8b4ef2c9fb1d8497c9f68dde535
parenta959ed627a426b5bf01cf29c9b011f63459e2345
torture: Fix incorrectly redirected "exit" in kvm-remote.sh

The "exit 4" in kvm-remote.sh is pointlessly redirected, so this commit
removes the redirection.

Fixes: 0092eae4cb4e ("torture: Add kvm-remote.sh script for distributed rcutorture test runs")
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-remote.sh