提交 bbdbb654 编写于 作者: M Mátyás Mustoha

Allow remote testing remotely when `TEST_DEVICE_ADDR` is set

上级 88cf76a6
......@@ -920,7 +920,8 @@ fn musl_root(&self, target: &str) -> Option<&Path> {
/// Returns whether the target will be tested using the `remote-test-client`
/// and `remote-test-server` binaries.
fn remote_tested(&self, target: &str) -> bool {
self.qemu_rootfs(target).is_some() || target.contains("android")
self.qemu_rootfs(target).is_some() || target.contains("android") ||
env::var_os("TEST_DEVICE_ADDR").is_some()
}
/// Returns the root of the "rootfs" image that this target will be using,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册