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:
Ma Feng
2022-07-26 11:13:37 +08:00
parent 6f576ccac9
commit 354ede563a
+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"),
]
}
}