]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-cli-tests: Include rationale for cram patch and pointer to issue.
authorTommi Virtanen <tv@inktank.com>
Mon, 22 Oct 2012 17:40:39 +0000 (10:40 -0700)
committerTommi Virtanen <tv@inktank.com>
Mon, 22 Oct 2012 17:41:37 +0000 (10:41 -0700)
Signed-off-by: Tommi Virtanen <tv@inktank.com>
src/test/run-cli-tests

index d8195d4a8b82d2cca377f2a0ae6eaf61d4744f23..321c1de4bb08daa51ce02924d7e6cfba5cff9d85 100755 (executable)
@@ -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