From: Brian Warner Date: Thu, 23 Jul 2015 21:42:02 +0000 (-0700) Subject: ugh X-Git-Url: https://git.rkrishnan.org/pf/content/%22file:/%22news.html/vdrive/frontends/...?a=commitdiff_plain;h=e4c225fb175d85107c2f08db56d726ea619d8d72;p=tahoe-lafs%2Ftahoe-lafs.git ugh --- diff --git a/src/allmydata/scripts/debug.py b/src/allmydata/scripts/debug.py index 738f911e..37e544ac 100644 --- a/src/allmydata/scripts/debug.py +++ b/src/allmydata/scripts/debug.py @@ -975,12 +975,6 @@ def trial(config): sys.argv = ['trial'] + config.trial_args from allmydata._version import full_version - if full_version.endswith("-dirty"): - print >>sys.stderr - print >>sys.stderr, "WARNING: the source tree has been modified since the last commit." - print >>sys.stderr, "(It is usually preferable to commit, then test, then amend the commit(s)" - print >>sys.stderr, "if the tests fail.)" - print >>sys.stderr # This does not return. twisted_trial.run()