Don't run tests with audit on
This commit is contained in:
parent
d3387e2a28
commit
6e4d33c741
@ -535,7 +535,7 @@ func startInstance(t *testing.T, i int) *rc.Process {
|
|||||||
|
|
||||||
p := rc.NewProcess(addr)
|
p := rc.NewProcess(addr)
|
||||||
p.LogTo(log)
|
p.LogTo(log)
|
||||||
if err := p.Start("../bin/syncthing", "-home", fmt.Sprintf("h%d", i), "-audit", "-no-browser"); err != nil {
|
if err := p.Start("../bin/syncthing", "-home", fmt.Sprintf("h%d", i), "-no-browser"); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
p.AwaitStartup()
|
p.AwaitStartup()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user