ceph/qa/runoncfuse.sh
Greg Farnum 18c305abb8 qa: set runoncfuse.sh to run cfuse in background and kill at end of tests.
This is an imperfect solution at best, since it doesn't handle errors at all,
but it'll have to do for now.
2010-06-30 16:06:52 -07:00

8 lines
100 B
Bash
Executable File

#!/bin/bash -x
mkdir -p testspace
cfuse testspace -m $1 &
./runallonce.sh testspace
killall cfuse