mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-19 19:45:12 +00:00
Fix integration tests
This commit is contained in:
parent
969bb5a742
commit
cda2c5d459
@ -94,7 +94,7 @@ func (p *syncthingProcess) stop() error {
|
|||||||
p.cmd.Process.Signal(os.Kill)
|
p.cmd.Process.Signal(os.Kill)
|
||||||
p.cmd.Wait()
|
p.cmd.Wait()
|
||||||
|
|
||||||
fd, err := os.Open(p.instance + ".out")
|
fd, err := os.Open(p.logfd.Name())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user