!133 修改kernel/test中shell脚本编译输出目录-合入3.2-beta2

Merge pull request !133 from Mahone/change_shell_dir_0726-3.2-beta2
This commit is contained in:
openharmony_ci
2022-07-26 14:35:43 +00:00
committed by Gitee
+2 -2
View File
@@ -32,10 +32,10 @@ if (is_standard_system) {
script_dir = "kernel/linux/build/test/moduletest/runtest"
action("init_runtest") {
script = "init_runtest.sh"
outputs = [ "$root_build_dir/tests/moduletest/runtest.timestamp" ]
outputs = [ "$root_build_dir/tests/kernel_shelltest/runtest.timestamp" ]
args = [
rebase_path("$root_build_dir/../../$script_dir"),
rebase_path("$root_build_dir/tests/moduletest"),
rebase_path("$root_build_dir/tests/kernel_shelltest"),
]
}
}