mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
run_trial: don't do anything on import
That broke check-interfaces.py, which imports everything.
This commit is contained in:
@ -11,6 +11,6 @@
|
|||||||
# So use:
|
# So use:
|
||||||
# "coverage run -m allmydata.test.run_trial ARGS"
|
# "coverage run -m allmydata.test.run_trial ARGS"
|
||||||
|
|
||||||
from twisted.scripts.trial import run
|
if __name__ == "__main__":
|
||||||
|
from twisted.scripts.trial import run
|
||||||
run()
|
run()
|
||||||
|
Reference in New Issue
Block a user