mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 10:28:49 -07: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.Wait()
|
||||
|
||||
fd, err := os.Open(p.instance + ".out")
|
||||
fd, err := os.Open(p.logfd.Name())
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user