[Lldb-commits] [PATCH] D67173: [dotest] Centralize initialization	commands even more
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Sep  4 09:14:16 PDT 2019
    
    
  
JDevlieghere accepted this revision.
JDevlieghere added inline comments.
This revision is now accepted and ready to land.
================
Comment at: packages/Python/lldbsuite/test/lldbtest.py:709
+        if lldbtest_config.inferior_env:
+            commands.append('settings set target.env-vars ' +
+                    lldbtest_config.inferior_env)
----------------
I'm curious why you changed this to use `+` instead of `format`? 
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67173/new/
https://reviews.llvm.org/D67173
    
    
More information about the lldb-commits
mailing list