From: Paul E. McKenney Date: Tue, 30 Nov 2021 19:33:01 +0000 (-0800) Subject: torture: Fix incorrectly redirected "exit" in kvm-remote.sh X-Git-Tag: v5.17-rc1~160^2^9~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6c9dbf04f24e6bba91246abf55d1e0a13f5062a;p=thirdparty%2Flinux.git 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 --- diff --git a/tools/testing/selftests/rcutorture/bin/kvm-remote.sh b/tools/testing/selftests/rcutorture/bin/kvm-remote.sh index 67ebc56111e3f..7ab79b0d5ad19 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