From: Nathan Cutler Date: Thu, 7 Jan 2016 19:57:54 +0000 (+0100) Subject: doc: add descriptive comment at top of hammer.sh script X-Git-Tag: 1.1.0~700^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7f294a48a657378638809c1e801bd9fb8b8915b8;p=teuthology.git doc: add descriptive comment at top of hammer.sh script This script was added by 303e863d32c077c17cd8a027172af8204434a66b - this commit takes the description from that commit and places it in a comment at the top of the script. Without this descriptive comment, the only thing we have to go on is the filename, hammer.sh, which is easily confused with Hammer as in version 0.94 of Ceph. Signed-off-by: Nathan Cutler --- diff --git a/hammer.sh b/hammer.sh index 30af3f3756..01abd6501a 100755 --- a/hammer.sh +++ b/hammer.sh @@ -1,4 +1,7 @@ #!/bin/sh -ex +# +# simple script to repeat a test until it fails +# if [ $1 = "-a" ]; then shift