[vlc-devel] commit: test: Disable debug output in libvlc tests. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu May 21 07:06:04 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue May 19 22:55:19 2009 -0700| [cdbcc3a0bc79b888d0bcbeb7300a745dc303d5c2] | committer: Pierre d'Herbemont
test: Disable debug output in libvlc tests.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cdbcc3a0bc79b888d0bcbeb7300a745dc303d5c2
---
test/libvlc/test.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index 388a465..e8aa06a 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",
More information about the vlc-devel
mailing list