diff options
author | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-11-03 13:55:53 -0700 |
---|---|---|
committer | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-11-03 13:55:53 -0700 |
commit | d4faf5889d09207f65d49a67f875a6bad5b38b32 (patch) | |
tree | 6c8f89306a05632807e311bd3357666a24842ff6 /qa/workunits | |
parent | 120c3fbdf058aa2b8c7cd33b339a5190a0123ef8 (diff) | |
download | ceph-d4faf5889d09207f65d49a67f875a6bad5b38b32.tar.gz |
qa: workunit to run test_libcephfs_readder
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
Diffstat (limited to 'qa/workunits')
-rwxr-xr-x | qa/workunits/libcephfs/test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/workunits/libcephfs/test.sh b/qa/workunits/libcephfs/test.sh new file mode 100755 index 00000000000..4ab0db7db62 --- /dev/null +++ b/qa/workunits/libcephfs/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +test_libcephfs_readdir + +exit 0
\ No newline at end of file |