From: Sage Weil Date: Sat, 11 Feb 2012 22:19:49 +0000 (-0800) Subject: hammer.sh: assume path is set X-Git-Tag: 1.1.0~2647 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2adad559bd8fadfbb44c384dc8d75f372cb02953;p=teuthology.git hammer.sh: assume path is set --- diff --git a/hammer.sh b/hammer.sh index c120abdbdc..b78a7ca9ec 100755 --- a/hammer.sh +++ b/hammer.sh @@ -3,7 +3,7 @@ job=$1 test -e $1 -bin/teuthology-nuke -t $job +teuthology-nuke -t $job title() { echo '\[\033]0;hammer '$job' '$N' passes\007\]' @@ -11,7 +11,7 @@ title() { N=0 title -while bin/teuthology $job $2 $3 $4 +while teuthology $job $2 $3 $4 do date N=$(($N+1))