From d37b4908efae30432df98bd25f4870c7e8758033 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 13 Mar 2012 02:39:43 +0200 Subject: Setenv SAL_LOG to yes for maximum logging for now --- ios/qa/sc/filters-test.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ios') diff --git a/ios/qa/sc/filters-test.m b/ios/qa/sc/filters-test.m index 19be41e8ee3e..8805ed385f19 100644 --- a/ios/qa/sc/filters-test.m +++ b/ios/qa/sc/filters-test.m @@ -74,6 +74,8 @@ didFinishLaunchingWithOptions: (NSDictionary *) launchOptions setenv("SRC_ROOT", app_root, 1); setenv("OUTDIR_FOR_BUILD", app_root, 1); + setenv("SAL_LOG", "yes", 1); + CppUnitTestPlugIn *iface = cppunitTestPlugIn(); iface->initialize(&CppUnit::TestFactoryRegistry::getRegistry(), CppUnit::PlugInParameters()); -- cgit