From: Brian Warner <warner@lothar.com>
Date: Mon, 29 Sep 2014 15:43:20 +0000 (-0700)
Subject: travis: remove the os.statvfs debug command
X-Git-Tag: allmydata-tahoe-1.10.1a1~129
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22news.html?a=commitdiff_plain;h=e80f0753471948419466ad943d659b2a0f9e91a8;p=tahoe-lafs%2Ftahoe-lafs.git

travis: remove the os.statvfs debug command

According to https://github.com/travis-ci/travis-ci/issues/2788 (which
was WONTFIXED), roughly half the travis-ci buildserver fleet runs off
tmpfs volumes, which have different notions of space-free and space-used
than real filesystems. We've adapted our tests to avoid relying upon
space-used>0, and no longer need this call to investigate the problem.

refs ticket:2290
---

diff --git a/.travis.yml b/.travis.yml
index d4f30f1a..13643680 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ before_install:
   - sh -c set
   - git pull --depth=1000
   - python misc/build_helpers/show-tool-versions.py
-  - python -c "import os; print os.statvfs('.')"
 install:
   - pip install 'twisted>=0.13.0'
   - pip install 'coveralls==0.4.2'