]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
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)
commite80f0753471948419466ad943d659b2a0f9e91a8
treee5acabed5ec334b27888ffc3a9433052b1e4aabc
parent62a0ec0820ae9966d60528ee45a356f5161ee839
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
.travis.yml