diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcommon/tests/llprocess_test.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/llcommon/tests/llprocess_test.cpp b/indra/llcommon/tests/llprocess_test.cpp index a01ec84547..9ca664c80c 100644 --- a/indra/llcommon/tests/llprocess_test.cpp +++ b/indra/llcommon/tests/llprocess_test.cpp @@ -158,6 +158,9 @@ struct PythonProcessLauncher          }          catch (const tut::failure&)          { +            // On Windows, if APR_LOG is set, our version of APR's +            // apr_create_proc() logs to the specified file. If this test +            // failed, try to report that log.              const char* APR_LOG = getenv("APR_LOG");              if (APR_LOG && *APR_LOG)              { | 
