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.
This commit is contained in:
Greg Farnum 2010-06-30 13:44:06 -07:00
parent bfd335c2b1
commit 18c305abb8

View File

@ -1,6 +1,7 @@
#!/bin/bash -x
mkdir -p testspace
cfuse testspace -m $1
cfuse testspace -m $1 &
./runallonce.sh testspace
./runallonce.sh testspace
killall cfuse