diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-10 14:46:14 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-10 14:46:14 -0400 |
commit | d8292a629149c2cfdda6ae9df4e87aa117153c21 (patch) | |
tree | 97b70121a1b3df4c0795ecfa2aaded59fef4882b /indra/llcommon/tests | |
parent | 31ccef8a666da54312a55663a7ac03061c4903be (diff) |
SL-18837: Disable APR_LOG for now, but leave notes for the future.
Diffstat (limited to 'indra/llcommon/tests')
-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) { |