tests: pass "-nosyslog"
We want to see panics and warnings on the console
This commit is contained in:
parent
8c89e2da0c
commit
dde4a66454
@ -121,7 +121,7 @@ func InitFS(t *testing.T, extraArgs ...string) string {
|
||||
func Mount(c string, p string, showOutput bool, extraArgs ...string) error {
|
||||
var args []string
|
||||
args = append(args, extraArgs...)
|
||||
args = append(args, "-q", "-wpanic")
|
||||
args = append(args, "-q", "-wpanic", "-nosyslog")
|
||||
//args = append(args, "-fusedebug")
|
||||
//args = append(args, "-d")
|
||||
args = append(args, c)
|
||||
|
Loading…
Reference in New Issue
Block a user