From: Alfredo Deza Date: Wed, 30 May 2018 19:12:14 +0000 (-0400) Subject: qa/run-standalone.sh: remove requirement for ceph-detect-init virtualenv X-Git-Tag: v14.0.1~1088^2~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8095ee7e0176de9f91b1d53f886cb6bebda5d97;p=ceph.git qa/run-standalone.sh: remove requirement for ceph-detect-init virtualenv Signed-off-by: Alfredo Deza --- diff --git a/qa/run-standalone.sh b/qa/run-standalone.sh index e46a5c10d35..75b096a5465 100755 --- a/qa/run-standalone.sh +++ b/qa/run-standalone.sh @@ -6,12 +6,6 @@ if [ ! -e Makefile -o ! -d bin ]; then exit 1 fi -TEMP_DIR=${TMPDIR:-/tmp} -if [ ! -d $TEMP_DIR/ceph-disk-virtualenv -o ! -d $TEMP_DIR/ceph-detect-init-virtualenv ]; then - echo '/tmp/*-virtualenv directories not built. Please run "make check" first.' - exit 1 -fi - function get_cmake_variable() { local variable=$1 grep "$variable" CMakeCache.txt | cut -d "=" -f 2