diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-10 14:01:34 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-10 19:11:58 +0200 |
| commit | a73bbcc64626ecc7ef6f7cc2ca1642fa50a18d6d (patch) | |
| tree | 1f66682b09279036e7c91f3e2c124ea3a999a3d9 /indra/llcommon/llprocess.cpp | |
| parent | dc34e8e2be06b975e278b8235bd3a31d8312b15d (diff) | |
Check what state pipe is in for a failed test (#4877)
Diffstat (limited to 'indra/llcommon/llprocess.cpp')
| -rw-r--r-- | indra/llcommon/llprocess.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/llprocess.cpp b/indra/llcommon/llprocess.cpp index 912e596c3f..33a9180cc6 100644 --- a/indra/llcommon/llprocess.cpp +++ b/indra/llcommon/llprocess.cpp @@ -457,7 +457,8 @@ public: ("slot", LLSD::Integer(mIndex)) ("name", whichfile(mIndex)) ("desc", mDesc) - ("eof", state == CLOSED)); + ("eof", state == CLOSED) + ("exhst", state == EXHAUSTED)); } return false; |
