aboutsummaryrefslogtreecommitdiff
path: root/lit.cfg
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2016-03-15 05:12:28 +0000
committerMatthias Braun <matze@braunis.de>2016-03-15 05:12:28 +0000
commit65b5d720dbf522f72f8fe8f0d0dfb93b527054d0 (patch)
tree2cb39313e53b89793bb676edb68b84b5e12402c2 /lit.cfg
parent4538c8aeb4bf6b07ee51e0dc3a1eea8b993edc67 (diff)
lit: Skip RunSafely.sh and invoke timeit directly
This also allows us to split run_under and remove device handling into separate modules. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@263534 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lit.cfg')
-rw-r--r--lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/lit.cfg b/lit.cfg
index 502a3754..d87c3474 100644
--- a/lit.cfg
+++ b/lit.cfg
@@ -8,6 +8,7 @@ config.name = 'test-suite'
config.test_format = test.TestSuiteTest()
config.suffixes = ['.test']
config.excludes = ['ABI-Testsuite']
+config.remote_flags = ""
config.traditional_output = True
if 'SSH_AUTH_SOCK' in os.environ:
config.environment['SSH_AUTH_SOCK'] = os.environ['SSH_AUTH_SOCK']