This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2024-12-12 14:39:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5ae8e26cc8
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
Reference in New Issue
Copy Permalink