From: Sage Weil Date: Wed, 31 Jan 2018 22:41:30 +0000 (-0600) Subject: test/run-cli-tests: CEPH_ARGS="--no-mon-config" X-Git-Tag: v13.0.2~78^2~31 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e28acbe56b046da9f649a7bdab32d735ccc1fd47;p=ceph.git test/run-cli-tests: CEPH_ARGS="--no-mon-config" These are all offline tool tests. Signed-off-by: Sage Weil --- diff --git a/src/test/run-cli-tests b/src/test/run-cli-tests index 17dbc83b07ba..1dd19748e35a 100755 --- a/src/test/run-cli-tests +++ b/src/test/run-cli-tests @@ -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" \