aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/rcutorture/bin/kvm-remote.sh
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2021-11-30 11:33:01 -0800
committerPaul E. McKenney <paulmck@kernel.org>2021-11-30 17:30:29 -0800
commitb6c9dbf04f24e6bba91246abf55d1e0a13f5062a (patch)
tree0ffccb6ea327b8b4ef2c9fb1d8497c9f68dde535 /tools/testing/selftests/rcutorture/bin/kvm-remote.sh
parentrcutorture: Test RCU Tasks lock-contention detection (diff)
downloadlinux-dev-b6c9dbf04f24e6bba91246abf55d1e0a13f5062a.tar.xz
linux-dev-b6c9dbf04f24e6bba91246abf55d1e0a13f5062a.zip
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>
Diffstat (limited to '')
-rwxr-xr-xtools/testing/selftests/rcutorture/bin/kvm-remote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-remote.sh b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh
index 67ebc56111e3..7ab79b0d5ad1 100755
--- a/tools/testing/selftests/rcutorture/bin/kvm-remote.sh
+++ b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh
@@ -144,7 +144,7 @@ do
if test "$ret" -ne 0
then
echo System $i unreachable, giving up. | tee -a "$oldrun/remote-log"
- exit 4 | tee -a "$oldrun/remote-log"
+ exit 4
fi
done