]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/run-standalone.sh: remove requirement for ceph-detect-init virtualenv
authorAlfredo Deza <adeza@redhat.com>
Wed, 30 May 2018 19:12:14 +0000 (15:12 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 13 Jun 2018 19:16:24 +0000 (15:16 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
qa/run-standalone.sh

index e46a5c10d35f96256d2728801d636ca2a22bc811..75b096a5465cbc84d627bd3993dfaa9090532630 100755 (executable)
@@ -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