From 2adad559bd8fadfbb44c384dc8d75f372cb02953 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 11 Feb 2012 14:19:49 -0800 Subject: [PATCH] hammer.sh: assume path is set --- hammer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.39.5