mirror of
https://github.com/openharmony/kernel_linux_build.git
synced 2026-07-24 22:27:34 -04:00
test: Change shell scripts out diretory
Change shell test scripts from moduletest to kernel_shelltest Signed-off-by: Ma Feng <mafeng.ma@huawei.com>
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