From: Pierre d'Herbemont Date: Wed, 20 May 2009 05:55:19 +0000 (-0700) Subject: test: Disable debug output in libvlc tests. X-Git-Tag: 1.1.0-ff~5860 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cdbcc3a0bc79b888d0bcbeb7300a745dc303d5c2;p=vlc test: Disable debug output in libvlc tests. --- 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",