]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
travis: remove the os.statvfs debug command
authorBrian Warner <warner@lothar.com>
Mon, 29 Sep 2014 15:43:20 +0000 (08:43 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 29 Sep 2014 15:43:20 +0000 (08:43 -0700)
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

.travis.yml

index d4f30f1a129bf5ea20341134c1cb66e178f84c4b..136436806eda699fe03495bc64e68ec109485479 100644 (file)
@@ -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'