mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
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:
parent
bfd335c2b1
commit
18c305abb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user