diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-07-15 22:32:06 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-07-15 22:32:06 -0400 |
commit | 2b509383ccb22a1a4258e1d56710cbb998d6c6af (patch) | |
tree | bf970e022fc91e106c63f5d9a0897d87f474f7f8 /indra/integration_tests | |
parent | 15c36ee9b39624a29303b6e0cf434c9758657ded (diff) |
Use C++ __FILE__ rather than Python __file__ to find indra work area.
In this case, the Python code in question is being written from a C++ string
literal to a temp script file in a platform-dependent temp directory -- so the
Python __file__ value tells you nothing about the location of the repository
checkout. Embedding __FILE__ from the containing C++ source file works better.
Diffstat (limited to 'indra/integration_tests')
0 files changed, 0 insertions, 0 deletions