From: 최종헌/MDE Lab(SR)/삼성전자 Date: Fri, 9 May 2025 05:31:01 +0000 (+0900) Subject: Modify TC script (#621) X-Git-Tag: accepted/tizen/unified/20250604.100251~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e84fc5fff42ab0e8c4fa9ee9201db560bd21e5f4;p=platform%2Fcore%2Fdotnet%2Flauncher.git Modify TC script (#621) --- diff --git a/tests/TCs/ALL.py b/tests/TCs/ALL.py index 212654b..e7a044f 100755 --- a/tests/TCs/ALL.py +++ b/tests/TCs/ALL.py @@ -19,7 +19,8 @@ def get_script_path(dirname): "BuildTPK" not in full_filename and \ "Utils" not in full_filename and \ "ALL" not in full_filename and \ - "candidate_mcj" not in full_filename: + "candidate_mcj" not in full_filename and \ + "mcj-edit" not in full_filename: script_lists.append(full_filename) return script_lists