From d4faf5889d09207f65d49a67f875a6bad5b38b32 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 3 Nov 2011 13:55:53 -0700 Subject: [PATCH] qa: workunit to run test_libcephfs_readder Signed-off-by: Greg Farnum --- qa/workunits/libcephfs/test.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 qa/workunits/libcephfs/test.sh diff --git a/qa/workunits/libcephfs/test.sh b/qa/workunits/libcephfs/test.sh new file mode 100755 index 0000000000000..4ab0db7db6271 --- /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 -- 2.39.5