From dde4a66454107709a7309ca5047ceb0ecf3c0b9f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 8 Oct 2016 19:36:26 +0200 Subject: tests: pass "-nosyslog" We want to see panics and warnings on the console --- tests/test_helpers/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_helpers') diff --git a/tests/test_helpers/helpers.go b/tests/test_helpers/helpers.go index 479da69..aec1f7c 100644 --- a/tests/test_helpers/helpers.go +++ b/tests/test_helpers/helpers.go @@ -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) -- cgit v1.2.3