From: Robert Read Date: Fri, 12 Feb 2010 17:27:23 +0000 (-0800) Subject: b=21881 Fix trap in rpc.sh. X-Git-Tag: 1.10.0.37~8 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=58460290547f8f3a43122bb1d46bc06d9f4d17d1;hp=467cf22b99e0bb90635bc35b42ce7dcb9b051b61 b=21881 Fix trap in rpc.sh. --- diff --git a/lustre/tests/rpc.sh b/lustre/tests/rpc.sh index d2914b6..098df10 100755 --- a/lustre/tests/rpc.sh +++ b/lustre/tests/rpc.sh @@ -14,7 +14,7 @@ init_test_env # Reset the trap on ERR set by the framework. Noticing this failure is the # framework's job. -trap ERR +trap - ERR # Execute the command "$@"