From cdbcc3a0bc79b888d0bcbeb7300a745dc303d5c2 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Tue, 19 May 2009 22:55:19 -0700 Subject: [PATCH] test: Disable debug output in libvlc tests. --- test/libvlc/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libvlc/test.h b/test/libvlc/test.h index 388a465d33..e8aa06a8c5 100644 --- a/test/libvlc/test.h +++ b/test/libvlc/test.h @@ -49,7 +49,7 @@ static libvlc_exception_t ex; static const char * test_defaults_args[] = { - "-vvv", + "-v", "--ignore-config", "-I", "dummy", -- 2.39.2