]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
nuke: do not escape fusermount .../mnt.*
authorSage Weil <sage@newdream.net>
Fri, 1 Jul 2011 06:13:35 +0000 (23:13 -0700)
committerSage Weil <sage@newdream.net>
Tue, 5 Jul 2011 16:01:01 +0000 (09:01 -0700)
teuthology/run.py

index ee9e6fd1d84797e5be5f55182e56637f3a942e1f..2fa7f2530d753e88f2b34c6593a3d7237dfc041f 100644 (file)
@@ -176,7 +176,7 @@ def nuke():
             '/tmp/cephtest/binary/usr/local/bin/cmds',
             '/tmp/cephtest/binary/usr/local/bin/cfuse',
             run.Raw(';'),
-            'fusermount', '-u', '/tmp/cephtest/mnt.*',
+            'fusermount', '-u', run.Raw('/tmp/cephtest/mnt.*'),
             run.Raw(';'),
             'rm', '-rf', '/tmp/cephtest'
             ])