Ahh, so just to be clear, both variables are already set, and you're just reading them? If so that's probably ok.
What do the filenames of the test outputs look like? Is there anything in the filename to indicate it's a remote test case? On Tue, Feb 3, 2015 at 8:37 AM Pavel Labath <[email protected]> wrote: > This environment variable is already used to communicate info about the > session dir. > > In dotest.py the variable is set (according to the -s option). > Then lldbtest.py takes it and uses it to output its own logs. > > I just copied these two lines from there. > > Potentially I could encapsulate it better, put it in a function or > something. > > > http://reviews.llvm.org/D7373 > > EMAIL PREFERENCES > http://reviews.llvm.org/settings/panel/emailpreferences/ > > >
_______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
