mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +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:
|
# 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()
|
||||||
|
Loading…
Reference in New Issue
Block a user