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