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
5cf62c1cda
ceph
/
qa
/
workunits
/
trivial_sync.sh
8 lines
51 B
Bash
Raw
Normal View
History
Unescape
Escape
qa: prepare for a hierarchical test script system
2009-11-13 00:44:35 +00:00
#!/bin/bash
qa: set -e in workunits
2010-04-14 17:08:42 +00:00
set
-e
qa: prepare for a hierarchical test script system
2009-11-13 00:44:35 +00:00
mkdir foo
echo
foo > bar
qa: set -e in workunits
2010-04-14 17:08:42 +00:00
sync