]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
misc: valgrind: fix cd behavior
authorSage Weil <sage@inktank.com>
Fri, 6 Sep 2013 22:56:39 +0000 (15:56 -0700)
committerSage Weil <sage@inktank.com>
Fri, 6 Sep 2013 23:09:27 +0000 (16:09 -0700)
commit9e03c737753a96e6ebda778c28712407e2849b4e
treedca88a7656f37b576553c25e9049068527e08c06
parent19324c63d24435aac891551cee67686e5b0ffc01
misc: valgrind: fix cd behavior

The cd needs to happen at the beginning of the command, not at the end, or
else the funky wrapper scripts don't work right.

This also cleans up the command line construction a bit so that it is more
flexible, explicit, and hopefully less fragile.

Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/misc.py
teuthology/task/ceph-fuse.py
teuthology/task/ceph.py
teuthology/task/rgw.py