summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGreg Farnum <gregory.farnum@dreamhost.com>2011-11-03 13:55:53 -0700
committerGreg Farnum <gregory.farnum@dreamhost.com>2011-11-03 13:55:53 -0700
commitd4faf5889d09207f65d49a67f875a6bad5b38b32 (patch)
tree6c8f89306a05632807e311bd3357666a24842ff6 /qa
parent120c3fbdf058aa2b8c7cd33b339a5190a0123ef8 (diff)
downloadceph-d4faf5889d09207f65d49a67f875a6bad5b38b32.tar.gz
qa: workunit to run test_libcephfs_readder
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
Diffstat (limited to 'qa')
-rwxr-xr-xqa/workunits/libcephfs/test.sh5
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