This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
mirror of
https://github.com/ceph/ceph
Watch
1
Star
0
Fork
You've already forked ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62716aa7c9
ceph
/
qa
/
runoncfuse.sh
8 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
qa: We want to stop on errors. Add new scripts.
2009-11-13 22:38:50 +00:00
#!/bin/bash -x
mkdir -p testspace
qa: runoncfuse shouldn't start cfuse in background any more.
2010-07-20 22:53:31 +00:00
cfuse testspace -m
$1
qa: We want to stop on errors. Add new scripts.
2009-11-13 22:38:50 +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.
2010-06-30 20:44:06 +00:00
./runallonce.sh testspace
killall cfuse