]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Makefile-env.am: set a default for CEPH_BUILD_VIRTUALENV (part 3) 8392/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 31 Mar 2016 10:15:50 +0000 (12:15 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 31 Mar 2016 10:22:38 +0000 (12:22 +0200)
commitcb90d724decb6163b7a1c6524eefa0496186bf57
tree92ab78163cd3303dd0944f029bf9faca7e3084d9
parente5505523a1c9b56cac4dd39bbb845e4f2fc7fce3
Makefile-env.am: set a default for CEPH_BUILD_VIRTUALENV (part 3)

The default values in the run-tox.sh scripts must be updated as well, so
that it is possible to run them from the command line for debug
purposes. Otherwise it is mandatory to run them from

  make TESTS=ceph-detect-init/run-tox.sh check

which introduces a significant delay. The alternative is to run with

  CEPH_DETECT_INIT_VIRTUALENV:=/tmp/ceph-detect-init-virtualenv \
    ceph-detect-init/run-tox.sh

but it's difficult to figure out.

Followup of fa450896ace454dbd140b2d4c71535ab015fc407

Signed-off-by: Loic Dachary <loic@dachary.org>
src/ceph-detect-init/run-tox.sh
src/ceph-disk/run-tox.sh