Searched refs:start_test_instance (Results 1 – 2 of 2) sorted by relevance
98 self.instance_manager.start_test_instance(prefer_staged).context("Starting CompOS")?; in do_start_test_compile()
49 pub fn start_test_instance(&self, prefer_staged: bool) -> Result<CompOsInstance> { in start_test_instance() method