[vlc-devel] commit: test: Use --ignore-config by default for all tests. (Pierre d' Herbemont )

git version control git at videolan.org
Fri Apr 11 19:03:08 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Apr 11 19:03:22 2008 +0200| [35dc9b31f0bbf161974366ae1c8a41c4705faaec]

test: Use --ignore-config by default for all tests.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35dc9b31f0bbf161974366ae1c8a41c4705faaec
---

 test/libvlc/test.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/test/libvlc/test.h b/test/libvlc/test.h
index 9cec504..9fe2a0f 100644
--- a/test/libvlc/test.h
+++ b/test/libvlc/test.h
@@ -49,6 +49,7 @@ static libvlc_exception_t ex;
 
 static const char * test_defaults_args[] = {
     "-vvv",
+    "--ignore-config",
     "-I",
     "dummy",
     "--plugin-path=../modules",




More information about the vlc-devel mailing list