Searched refs:g_ksSrcGlueDebugLogDst (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/
H A Dconfig.py143 #g_ksSrcGlueDebugLogDst = '/tmp/testmanager-srv-glue.log';
144 g_ksSrcGlueDebugLogDst = None; variable
151 ## Enables task scheduler debug output to g_ksSrcGlueDebugLogDst.
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dwebservergluebase.py72 if config.g_ksSrcGlueDebugLogDst is not None and config.g_kfSrvGlueDebug is True:
73 self._oDbgFile = open(config.g_ksSrcGlueDebugLogDst, 'a');

Completed in 43 milliseconds