diff --git a/testsuite/common.py b/testsuite/common.py index 5bf0160b39..85c45b77cf 100644 --- a/testsuite/common.py +++ b/testsuite/common.py @@ -48,9 +48,6 @@ except: # Load GST and make sure we load it from the current build sys.setdlopenflags(RTLD_LAZY | RTLD_GLOBAL) -# Hack -sys.argv.append('--gst-debug-no-color') - topbuilddir = os.path.abspath(os.path.join('..')) topsrcdir = os.path.abspath(os.path.join('..')) if topsrcdir.endswith('_build'):