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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to