summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Reproducer/lit.local.cfg
blob: dbb37b199d781857253418d67d4163ff23e1c67f (plain)
1
2
3
4
5
6
# Enable crash reports for the reproducer tests.
if 'LLVM_DISABLE_CRASH_REPORT' in config.environment:
  del config.environment['LLVM_DISABLE_CRASH_REPORT']

if 'LLDB_CAPTURE_REPRODUCER' in config.environment:
  del config.environment['LLDB_CAPTURE_REPRODUCER']
OpenPOWER on IntegriCloud