Commit 2b8fac82 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 38ecddfc
...@@ -79,7 +79,6 @@ func StartZEOPySrv(fs1path string, opt ZEOPyOptions) (_ *ZEOPySrv, err error) { ...@@ -79,7 +79,6 @@ func StartZEOPySrv(fs1path string, opt ZEOPyOptions) (_ *ZEOPySrv, err error) {
z.pysrv.Stdin = nil z.pysrv.Stdin = nil
z.pysrv.Stdout = os.Stdout z.pysrv.Stdout = os.Stdout
z.pysrv.Stderr = os.Stderr z.pysrv.Stderr = os.Stderr
// XXX cwd?
err = z.pysrv.Start() err = z.pysrv.Start()
if err != nil { if err != nil {
return nil, err return nil, err
...@@ -146,7 +145,7 @@ func (z *ZEOPySrv) Encoding() byte { ...@@ -146,7 +145,7 @@ func (z *ZEOPySrv) Encoding() byte {
// tOptions represents options for testing. // tOptions represents options for testing.
type tOptions struct { type tOptions struct {
Preload string // preload database from this location Preload string // preload database with data from this location
} }
// withZEOSrv tests f with all kind of ZEO servers. // withZEOSrv tests f with all kind of ZEO servers.
......
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