]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
hammer.sh: assume path is set
authorSage Weil <sage@newdream.net>
Sat, 11 Feb 2012 22:19:49 +0000 (14:19 -0800)
committerSage Weil <sage@newdream.net>
Sat, 11 Feb 2012 22:19:49 +0000 (14:19 -0800)
hammer.sh

index c120abdbdc76a53fe12981927585df7887d4b04a..b78a7ca9ec183cce368359743db76fa189af42e6 100755 (executable)
--- 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))