aboutsummaryrefslogtreecommitdiff
path: root/lit.cfg
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2018-08-21 23:08:27 +0000
committerMatthias Braun <matze@braunis.de>2018-08-21 23:08:27 +0000
commit07deaba5c945cd157bfee4b989fb71175da8ba34 (patch)
treef2e0485c5d47cf80f9e72769edad83826dc99c85 /lit.cfg
parent3a582b9abf083da9a65b2fad86b36e9e52792b2e (diff)
cmake/litsupport: Remove TEST_SUITE_REMOTE_USER + TEST_SUITE_REMOTE_PORT
Nobody is using these and you can always set them (and many other) options in your $HOME/.ssh/config file. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@340360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lit.cfg')
-rw-r--r--lit.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/lit.cfg b/lit.cfg
index ec5d5d03..6475908c 100644
--- a/lit.cfg
+++ b/lit.cfg
@@ -22,7 +22,6 @@ config.name = 'test-suite'
config.test_format = litsupport.test.TestSuiteTest()
config.suffixes = ['.test']
config.excludes = ['ABI-Testsuite']
-config.remote_flags = ""
config.traditional_output = False
config.single_source = False
if 'SSH_AUTH_SOCK' in os.environ: