mirror of
https://gitee.com/openharmony/testfwk_xdevice
synced 2024-11-26 17:12:22 +00:00
修复querySmall.bin执行失败的问题
Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
This commit is contained in:
parent
4ba381e0ce
commit
90cd15ca38
@ -578,7 +578,7 @@ class QueryKit(ITestKit):
|
||||
if device.__get_device_kernel__() == DeviceLiteKernel.linux_kernel:
|
||||
command = f"chmod +x /storage{self.query} && /storage{self.query}"
|
||||
else:
|
||||
command = f"{self.query}"
|
||||
command = f".{self.query}"
|
||||
output, _, _ = device.execute_command_with_timeout(command=command, timeout=10)
|
||||
LOG.debug(output)
|
||||
params = parse_strings_key_value(output)
|
||||
|
Loading…
Reference in New Issue
Block a user