]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/run-cli-tests: CEPH_ARGS="--no-mon-config"
authorSage Weil <sage@redhat.com>
Wed, 31 Jan 2018 22:41:30 +0000 (16:41 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:50 +0000 (14:44 -0600)
These are all offline tool tests.

Signed-off-by: Sage Weil <sage@redhat.com>
src/test/run-cli-tests

index 17dbc83b07bacbb86ee519e996286e33b6dc71d0..1dd19748e35af6b80337278639e4ebf7d28a9e8a 100755 (executable)
@@ -48,6 +48,7 @@ for tool in "$SRCDIR"/cli/*; do
     if ! env -i \
        PATH="$BUILDDIR_ABS/..:$SRCDIR_ABS/..:$PATH" \
        CEPH_CONF=/dev/null \
+       CEPH_ARGS="--no-mon-config" \
        CCACHE_DIR="$CCACHE_DIR" \
        CC="$CC" \
        CXX="$CXX" \