Skip to content

Commit

Permalink
Bugzilla 1321110 - Propagate the user cfg variables to the tester
Browse files Browse the repository at this point in the history
  • Loading branch information
trink committed Dec 12, 2016
1 parent 702cb9a commit a0cc48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(hindsight_admin VERSION 0.0.4)
project(hindsight_admin VERSION 0.0.5)
set(CPACK_PACKAGE_NAME hindsight-admin)
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Hindsight Administration Interface")
set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
Expand Down
1 change: 1 addition & 0 deletions src/tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ void hs::tester::test_plugin()
lsb_logger logger = { this, lcb };

std::stringstream cfg;
cfg << m_cfg->text() << endl;
cfg << "Hostname = 'test.example.com'\n";
cfg << "Logger = 'analysis." << fn.substr(0, fn.find_last_of(".")) << "'\n";
if (m_hs_cfg->m_output_limit >= 0) {
Expand Down

0 comments on commit a0cc48b

Please sign in to comment.