]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Don't hardcode path to teuthology-suite 52/head
authorZack Cerza <zack@cerza.org>
Mon, 26 Aug 2013 18:23:25 +0000 (13:23 -0500)
committerZack Cerza <zack@cerza.org>
Mon, 26 Aug 2013 18:23:25 +0000 (13:23 -0500)
schedule_suite.sh

index ca620556c68e2ef6f4ca99c8d0f3a923d5bca70e..909b1ab840b2a1496ba16a90dab93b1426b23f2e 100755 (executable)
@@ -122,7 +122,7 @@ name=`whoami`"-$stamp-$suite-$ceph-$kernel-$flavor-$mtype"
 
 echo "name $name"
 
-~/src/teuthology/virtualenv/bin/teuthology-suite -v $fn \
+./virtualenv/bin/teuthology-suite -v $fn \
     --collections ~/src/ceph-qa-suite/suites/$suite/* \
     --email $email \
     --timeout 36000 \