mirror of https://github.com/Icinga/icinga2.git
Removed obsolete debug code.
This commit is contained in:
parent
fcdb690b48
commit
4fa9685a18
|
@ -64,7 +64,7 @@ dist-hook: icinga-version.stamp
|
|||
"icinga-version.h" > "$(distdir)/icinga-version.h"; \
|
||||
fi
|
||||
|
||||
check-coverage:
|
||||
check-coverage: all
|
||||
lcov -d . -z
|
||||
make check
|
||||
lcov -d . -c -o icinga2.info
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/smart_ptr/make_shared.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <iostream>
|
||||
|
||||
using namespace icinga;
|
||||
|
||||
|
@ -72,7 +71,6 @@ BOOST_AUTO_TEST_CASE(invoke)
|
|||
Utility::Sleep(5.5);
|
||||
timer->Stop();
|
||||
|
||||
std::cout << counter << std::endl;
|
||||
BOOST_CHECK(counter >= 4 && counter <= 6);
|
||||
}
|
||||
|
||||
|
@ -89,7 +87,6 @@ BOOST_AUTO_TEST_CASE(scope)
|
|||
timer.reset();
|
||||
Utility::Sleep(5.5);
|
||||
|
||||
std::cout << counter << std::endl;
|
||||
BOOST_CHECK(counter >= 4 && counter <= 6);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue