提交 0f1ffe13 编写于 作者: Q qiaozzzh

修改hap安装路径

Signed-off-by: Nqiaozzzh <qiaozhang@huawei.com>
Change-Id: Ic04b58c2e09553c53d318f67519baf1aae04a0ae
上级 2bafb263
...@@ -16,17 +16,17 @@ ...@@ -16,17 +16,17 @@
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["remount", "mkdir /data/test"] "run-command": ["remount", "mkdir -p /data/local/tmp/xts-test"]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsCertificateFrameworkJSNormalTest.hap->/data/test/ActsCertificateFrameworkJSNormalTest.hap" "ActsCertificateFrameworkJSNormalTest.hap->/data/local/tmp/xts-test/ActsCertificateFrameworkJSNormalTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["chmod 644 /data/test/*.hap", "chmod 777 -R data"] "run-command": ["chmod 777 -R /data/local/tmp/xts-test"]
} }
] ]
} }
...@@ -16,17 +16,17 @@ ...@@ -16,17 +16,17 @@
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["remount", "mkdir /data/test"] "run-command": ["remount", "mkdir -p /data/local/tmp/xts-test"]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsCryptoFrameworkJSNormalTest.hap->/data/test/ActsCryptoFrameworkJSNormalTest.hap" "ActsCryptoFrameworkJSNormalTest.hap->/data/local/tmp/xts-test/ActsCryptoFrameworkJSNormalTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": ["chmod 644 /data/test/*.hap", "chmod 777 -R data"] "run-command": ["chmod 777 -R /data/local/tmp/xts-test"]
} }
] ]
} }
...@@ -19,20 +19,19 @@ ...@@ -19,20 +19,19 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"remount", "remount",
"mkdir /data/test" "mkdir -p /data/local/tmp/xts-test"
] ]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsUserauthTest.hap->/data/test/ActsUserauthTest.hap" "ActsUserauthTest.hap->/data/local/tmp/xts-test/ActsUserauthTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 644 /data/test/*.hap", "chmod 777 -R /data/local/tmp/xts-test"
"chmod 777 -R data"
] ]
} }
] ]
......
...@@ -19,20 +19,19 @@ ...@@ -19,20 +19,19 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"remount", "remount",
"mkdir /data/test" "mkdir -p /data/local/tmp/xts-test"
] ]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsUserauthnopermissionTest.hap->/data/test/ActsUserauthnopermissionTest.hap" "ActsUserauthnopermissionTest.hap->/data/local/tmp/xts-test/ActsUserauthnopermissionTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 644 /data/test/*.hap", "chmod 777 -R /data/local/tmp/xts-test"
"chmod 777 -R data"
] ]
} }
] ]
......
...@@ -19,20 +19,19 @@ ...@@ -19,20 +19,19 @@
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"remount", "remount",
"mkdir /data/test" "mkdir -p /data/local/tmp/xts-test"
] ]
}, },
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsUserauthTwoTest.hap->/data/test/ActsUserauthTwoTest.hap" "ActsUserauthTwoTest.hap->/data/local/tmp/xts-test/ActsUserauthTwoTest.hap"
] ]
}, },
{ {
"type": "ShellKit", "type": "ShellKit",
"run-command": [ "run-command": [
"chmod 644 /data/test/*.hap", "chmod 777 -R /data/local/tmp/xts-test"
"chmod 777 -R data"
] ]
} }
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册