From fd0a02dd019f806214fafe7e4bd40df615911456 Mon Sep 17 00:00:00 2001 From: zhangxinyi Date: Tue, 25 Feb 2025 21:30:20 +0800 Subject: [PATCH] add whl_pkg_smoke_test --- tests/anolis-ci-test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/anolis-ci-test/run.sh b/tests/anolis-ci-test/run.sh index 2b9a543..b6c1c90 100755 --- a/tests/anolis-ci-test/run.sh +++ b/tests/anolis-ci-test/run.sh @@ -4,7 +4,7 @@ run() { # pre_define test_groups basic_test_list="check_license check_specfile check_codestyle check_source check_pkg_version" - rpm_test_list="pkg_smoke_test check_abi_diff check_pkg_dependency" + rpm_test_list="pkg_smoke_test check_abi_diff check_pkg_dependency whl_pkg_smoke_test" custom_test_list="custom_script" [ -n "$group" ] || die "No group is specified" -- Gitee