Skip to content
Snippets Groups Projects
Commit 09c5b019 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

SL-18837: Hook in LLDir to allow reading APR log file.

parent 8aa3a0a7
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -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}")
......
......@@ -175,7 +175,7 @@ struct PythonProcessLauncher
LL_WARNS() << "==============================" << LL_ENDL;
LL_WARNS() << "From '" << logpath << "':" << LL_ENDL;
std::string line;
while (std::getline(line, inf))
while (std::getline(inf, line))
{
LL_WARNS() << line << LL_ENDL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment