Modify TC script (#621)
author최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
Fri, 9 May 2025 05:31:01 +0000 (14:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 9 May 2025 05:31:01 +0000 (14:31 +0900)
tests/TCs/ALL.py

index 212654bd4a483b7831bcd037b3076cf693695c9b..e7a044f14483df27fe7f2df58cc38eb6659dd0c9 100755 (executable)
@@ -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