Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
09c5b019
Commit
09c5b019
authored
1 year ago
by
Nat Goodspeed
Browse files
Options
Downloads
Patches
Plain Diff
SL-18837: Hook in LLDir to allow reading APR log file.
parent
8aa3a0a7
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Update to main branch
,
!2
Rebase onto current main branch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llcommon/CMakeLists.txt
+1
-1
1 addition, 1 deletion
indra/llcommon/CMakeLists.txt
indra/llcommon/tests/llprocess_test.cpp
+1
-1
1 addition, 1 deletion
indra/llcommon/tests/llprocess_test.cpp
with
2 additions
and
2 deletions
indra/llcommon/CMakeLists.txt
+
1
−
1
View file @
09c5b019
...
...
@@ -308,7 +308,7 @@ if (LL_TESTS)
LL_ADD_INTEGRATION_TEST
(
llleap
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llmainthreadtask
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llpounceable
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llprocess
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llprocess
""
"
${
test_libs
}
;llfilesystem
"
)
LL_ADD_INTEGRATION_TEST
(
llprocessor
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llprocinfo
""
"
${
test_libs
}
"
)
LL_ADD_INTEGRATION_TEST
(
llrand
""
"
${
test_libs
}
"
)
...
...
This diff is collapsed.
Click to expand it.
indra/llcommon/tests/llprocess_test.cpp
+
1
−
1
View file @
09c5b019
...
...
@@ -175,7 +175,7 @@ struct PythonProcessLauncher
LL_WARNS
()
<<
"=============================="
<<
LL_ENDL
;
LL_WARNS
()
<<
"From '"
<<
logpath
<<
"':"
<<
LL_ENDL
;
std
::
string
line
;
while
(
std
::
getline
(
l
in
e
,
in
f
))
while
(
std
::
getline
(
in
f
,
l
in
e
))
{
LL_WARNS
()
<<
line
<<
LL_ENDL
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment