summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/dotest_args.py
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2018-02-02 18:32:29 +0000
committerAdrian Prantl <aprantl@apple.com>2018-02-02 18:32:29 +0000
commit34769d80dd9ca6e38c6c09bed7c7e571f4218b73 (patch)
tree2e42d269ca123abcdda40f9f43be984549017fc5 /lldb/packages/Python/lldbsuite/test/dotest_args.py
parent78809e53ccbe1d0b5de286d04570a22a8e327dc9 (diff)
downloadbcm5719-llvm-34769d80dd9ca6e38c6c09bed7c7e571f4218b73.tar.gz
bcm5719-llvm-34769d80dd9ca6e38c6c09bed7c7e571f4218b73.zip
Use an alternative approach to prevent Spotlight from indexing the build directory.
llvm-svn: 324115
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest_args.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest_args.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest_args.py b/lldb/packages/Python/lldbsuite/test/dotest_args.py
index c2aa3b78411..c6e4a4bd170 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest_args.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest_args.py
@@ -163,7 +163,7 @@ def create_parser():
'--build-dir',
dest='test_build_dir',
metavar='Test build directory',
- default='lldb-test-build',
+ default='lldb-test-build.noindex',
help='The root build directory for the tests. It will be removed before running.')
# Configuration options
OpenPOWER on IntegriCloud