We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7463222 commit 506b706Copy full SHA for 506b706
1 file changed
test/test_device.py
@@ -200,7 +200,7 @@ def test_filepaths():
200
def populated_device(device, test_filepaths):
201
dirpath = "toplevel/subdir1/subdir2"
202
203
- device.shell(f"mkdir -p {dirpath}")
+ device.shell(f"mkdir -p /data/local/tmp/{dirpath}")
204
print(device.shell(f"ls /data/local/tmp"))
205
for path in test_filepaths:
206
device.shell(f"echo {path} > /data/local/tmp/{path}")
0 commit comments