mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-20 00:33:32 -04:00
!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:
+2
-2
@@ -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"),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user