Pass 2 more variables to lit tests.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 23 Jun 2015 20:57:26 +0000 (20:57 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 23 Jun 2015 20:57:26 +0000 (20:57 +0000)
Pass ADB and ADB_SERIAL environment variables to lit tests.
This would allow running Android tests in compiler-rt when
there is more than one device attached to the host.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240459 91177308-0d34-0410-b5e6-96231b3b80d8

utils/lit/lit/TestingConfig.py

index 1d51c1cee97b04eb041c2a6831f8d19ee4afa447..d49d0c0767f2418aa154328693556d6ea83cfd4f 100644 (file)
@@ -24,7 +24,7 @@ class TestingConfig:
 
         pass_vars = ['LIBRARY_PATH', 'LD_LIBRARY_PATH', 'SYSTEMROOT', 'TERM',
                      'LD_PRELOAD', 'ASAN_OPTIONS', 'UBSAN_OPTIONS',
-                     'LSAN_OPTIONS']
+                     'LSAN_OPTIONS', 'ADB', 'ADB_SERIAL']
         for var in pass_vars:
             val = os.environ.get(var, '')
             # Check for empty string as some variables such as LD_PRELOAD cannot be empty