]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/run-cli-tests: enable RBD testing 12798/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 5 Jan 2017 11:28:25 +0000 (12:28 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 12 Jan 2017 15:18:47 +0000 (16:18 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/test/run-cli-tests

index 94b280aec0853e7fed5214d0e3ff316286fdfd1d..17dbc83b07bacbb86ee519e996286e33b6dc71d0 100755 (executable)
@@ -43,14 +43,6 @@ mkdir -p "$FAKE_HOME"
 FAILED=0
 FAILEDTOOLS=""
 for tool in "$SRCDIR"/cli/*; do
-    if [ x`uname`x = xFreeBSDx ]; then
-       if [ x"$tool"x = x"$SRCDIR/cli/rbd"x ]; then
-           echo "Skipping test: $tool."
-           continue
-       else
-           echo "Running test: $tool."
-       fi
-    fi 
     toolname="$(basename "$tool")"
     install -d -m0755 -- "$BUILDDIR/cli/$toolname"
     if ! env -i \