diff options
author | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:42 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-09 20:48:42 +0000 |
commit | 35a7610a052ddee9036c02ca62b2d4d42414611b (patch) | |
tree | f08b9ebb50324d66437ffaee2eee86ed66c138de /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 6c9e44413f249378889df9a095f509117b484717 (diff) | |
download | bcm5719-llvm-35a7610a052ddee9036c02ca62b2d4d42414611b.tar.gz bcm5719-llvm-35a7610a052ddee9036c02ca62b2d4d42414611b.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/configuration.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index 00fd34a46e6..6f5528bcd0e 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 |