]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
ugh 2659.test-sdmf-version-partial-read.0
authorBrian Warner <warner@lothar.com>
Thu, 23 Jul 2015 21:42:02 +0000 (14:42 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 23 Jul 2015 21:42:02 +0000 (14:42 -0700)
src/allmydata/scripts/debug.py

index 738f911e39307b60a35b6ae07b92bfe307de5c79..37e544ac704db7ddb1021228e6480b27e1821c11 100644 (file)
@@ -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()