From: Tommi Virtanen Date: Mon, 22 Oct 2012 17:40:39 +0000 (-0700) Subject: run-cli-tests: Include rationale for cram patch and pointer to issue. X-Git-Tag: v0.55~226 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a13535229a13ddd7b6f4be449217fa7c6c29bd37;p=ceph.git run-cli-tests: Include rationale for cram patch and pointer to issue. Signed-off-by: Tommi Virtanen --- diff --git a/src/test/run-cli-tests b/src/test/run-cli-tests index d8195d4a8b82..321c1de4bb08 100755 --- a/src/test/run-cli-tests +++ b/src/test/run-cli-tests @@ -26,6 +26,10 @@ esac VENV="$BUILDDIR/virtualenv" CRAM_BIN="$VENV/bin/cram" if [ ! -e "$CRAM_BIN" ]; then + # With "make distcheck", the source directory must be read-only. I + # patched cram to support that. See upstream ticket at + # https://bitbucket.org/brodie/cram/issue/9/allow-read-only-directories-for-t + # -- tv@inktank.com virtualenv "$VENV" && $VENV/bin/pip install "$SRCDIR/downloads/cram-0.5.0ceph.2011-01-14.tar.gz" fi