Searched refs:LOG_PATH (Results 1 – 3 of 3) sorted by relevance
137 LOG_PATH = os.path.join(create_test_run_dir(), _LOG_FILE) variable144 test.strip(), LOG_PATH)151 print('Full test log is saved to %s' % LOG_PATH)154 os.remove(LOG_PATH)
137 LOG_PATH = os.path.join(create_test_run_dir(), _LOG_FILE) variable144 test.strip(), LOG_PATH)150 print('Full test log is saved to %s' % LOG_PATH)153 os.remove(LOG_PATH)
68 private static final String LOG_PATH = "/log/dir/abs/path"; field in MoblyBinaryHostTestTest219 Mockito.doReturn(LOG_PATH).when(mSpyTest).getLogDirAbsolutePath(); in testBuildCommandLineArrayWithOutConfig()230 "--log_path=" + LOG_PATH, in testBuildCommandLineArrayWithOutConfig()239 Mockito.doReturn(LOG_PATH).when(mSpyTest).getLogDirAbsolutePath(); in testBuildCommandLineArrayWithConfig()251 "--log_path=" + LOG_PATH, in testBuildCommandLineArrayWithConfig()