Fix integration tests

This commit is contained in:
Audrius Butkevicius 2015-01-22 22:42:39 +00:00
parent 969bb5a742
commit cda2c5d459
1 changed files with 1 additions and 1 deletions

View File

@ -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
}