Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
041c3ec8
Commit
041c3ec8
authored
Jun 27, 2011
by
JINMEI Tatuya
Browse files
[trac999] reverted the log level to the default for now to prevent
possibly confusing output unconditionally.
parent
ab31e2fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/resolver/tests/run_unittests.cc
View file @
041c3ec8
...
...
@@ -23,8 +23,7 @@ main(int argc, char* argv[]) {
::
testing
::
InitGoogleTest
(
&
argc
,
argv
);
isc
::
UnitTestUtil
::
addDataPath
(
TEST_DATA_DIR
);
isc
::
UnitTestUtil
::
addDataPath
(
TEST_DATA_BUILDDIR
);
isc
::
log
::
initLogger
(
"resolver_test"
,
isc
::
log
::
DEBUG
,
isc
::
log
::
MAX_DEBUG_LEVEL
);
isc
::
log
::
initLogger
();
return
(
isc
::
util
::
unittests
::
run_all
());
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment