From a7870c72d4a78bd2d22f789ed80338cc61dc6ce1 Mon Sep 17 00:00:00 2001 From: lishangfan Date: Tue, 9 Sep 2025 20:00:38 +0800 Subject: [PATCH] =?UTF-8?q?examples=20=E6=8E=92=E9=99=A4common=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atvc/examples/run_examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atvc/examples/run_examples.sh b/atvc/examples/run_examples.sh index e5a6282f..6a0c4367 100644 --- a/atvc/examples/run_examples.sh +++ b/atvc/examples/run_examples.sh @@ -23,7 +23,7 @@ else fi ATVC_HOME_DIR=$CURRENT_DIR/../ -TEST_CASE_LIST=$(ls $ATVC_HOME_DIR/examples | grep -v '^run_examples.sh$' | grep -v '^ops_*' | xargs) +TEST_CASE_LIST=$(ls $ATVC_HOME_DIR/examples | grep -v '^run_examples.sh$' | grep -v '^ops_*' | grep -v '^common*' | xargs) if [ $# -lt 1 ]; then echo "This script requires an input as the test case name. Execution example: 'bash run_examples.sh [$TEST_CASE_LIST]'" exit 1 -- Gitee