From 35a7610a052ddee9036c02ca62b2d4d42414611b Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 9 Dec 2015 20:48:42 +0000 Subject: Delete the -n command line option from dotest.py. This removes the option to not print some one time version and diagnostic information when running the test suite. llvm-svn: 255152 --- lldb/packages/Python/lldbsuite/test/configuration.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 00fd34a..6f5528b 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -100,10 +100,6 @@ skip_build_and_cleanup = False # By default, we skip long running test case. Use '-l' option to override. skip_long_running_test = True -# By default, we print the build dir, lldb version, and svn info. Use '-n' option to -# turn it off. -noHeaders = False - # Parsable mode silences headers, and any other output this script might generate, and instead # prints machine-readable output similar to what clang tests produce. parsable = False -- cgit v1.1