From 354ede563a7ff09fee78669888bcd296990cd41c Mon Sep 17 00:00:00 2001 From: Ma Feng Date: Tue, 26 Jul 2022 11:13:37 +0800 Subject: [PATCH] test: Change shell scripts out diretory Change shell test scripts from moduletest to kernel_shelltest Signed-off-by: Ma Feng --- test/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/BUILD.gn b/test/BUILD.gn index 747fc28..89103af 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -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"), ] } }