Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
neoppod
Commits
2b8fac82
Commit
2b8fac82
authored
4 years ago
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
38ecddfc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
go/zodb/storage/zeo/zeo_test.go
go/zodb/storage/zeo/zeo_test.go
+1
-2
No files found.
go/zodb/storage/zeo/zeo_test.go
View file @
2b8fac82
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment