[PATCH] Add remote testing support to the lit config.
Dan Albert
danalbert at google.com
Wed Feb 25 13:14:51 PST 2015
LGTM with the one nit.
Thanks a lot for taking care of this. Should greatly simplify my test setup.
================
Comment at: libcxx/test/config.py:125
@@ +124,3 @@
+ if te:
+ self.lit_config.note("inferred executor as: %r" % exec_str)
+ if self.lit_config.useValgrind:
----------------
This isn't inferred, this is explicit. The else path is inferred.
http://reviews.llvm.org/D7380
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the cfe-commits
mailing list