提交 51d1c2b6 编写于 作者: Q qlw 提交者: 秦莉文

fixed ebcf4a8d from https://gitee.com/qinliwen/xts_acts/pulls/4295

<qinliwen3@huawei.com>
Signed-off-by: Nqlw <qinliwen3@huawei.com>
上级 6c4b1c67
...@@ -26,14 +26,16 @@ ...@@ -26,14 +26,16 @@
"pre-push": [ "pre-push": [
], ],
"push": [ "push": [
"./resource/image/test_exif.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.Exif/files" "./resource/image/test_exif.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.Exif/files",
"./resource/image/test_exif1.jpg ->/data/app/el2/100/base/ohos.acts.multimedia.image.Exif/files"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.Exif/files/test_exif.jpg" "chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.Exif/files/test_exif.jpg",
"chmod 777 /data/app/el2/100/base/ohos.acts.multimedia.image.Exif/files/test_exif1.jpg"
], ],
"teardown-command":[ "teardown-command":[
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册