Commit 00deb950 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d3ea9734
......@@ -120,6 +120,7 @@ def join(zurl, autostart=_default_autostart()):
raise RuntimeError("wcfs: join %s: server not started" % zurl)
# start wcfs with telling it to automatically exit when there is no client activity.
# XXX extra opts -> join args -> test + -v=1 if running py.test -v
return _start(zurl, "-autoexit", '-d', '-alsologtostderr', '-v=1')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment