try changing test output to TRACE
This commit is contained in:
@@ -20,12 +20,12 @@ class MyTest : public deepstate::Test {
|
||||
public:
|
||||
|
||||
void SetUp(void) {
|
||||
LOG(INFO)
|
||||
LOG(TRACE)
|
||||
<< "Setting up!";
|
||||
}
|
||||
|
||||
void TearDown(void) {
|
||||
LOG(INFO)
|
||||
LOG(TRACE)
|
||||
<< "Tearing down!";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user