Finished migrating Storage Kit tests to new framework.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@292 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <TestShell.h>
|
||||
#include <ThreadedTestCase.h>
|
||||
#include <Autolock.h>
|
||||
#include <stdio.h>
|
||||
@@ -48,7 +49,7 @@ BThreadedTestCase::NextSubTest() {
|
||||
|
||||
void
|
||||
BThreadedTestCase::Outputf(const char *str, ...) {
|
||||
if (BeVerbose()) {
|
||||
if (BTestShell::GlobalBeVerbose()) {
|
||||
// Figure out if this is a multithreaded test or not
|
||||
thread_id id = find_thread(NULL);
|
||||
bool isSingleThreaded;
|
||||
|
||||
Reference in New Issue
Block a user