projects
/
platform
/
core
/
dotnet
/
launcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cba688
)
Modify TC script (#621)
author
최종헌/MDE Lab(SR)/삼성전자
<j-h.choi@samsung.com>
Fri, 9 May 2025 05:31:01 +0000
(14:31 +0900)
committer
GitHub Enterprise
<noreply-CODE@samsung.com>
Fri, 9 May 2025 05:31:01 +0000
(14:31 +0900)
tests/TCs/ALL.py
patch
|
blob
|
history
diff --git
a/tests/TCs/ALL.py
b/tests/TCs/ALL.py
index 212654bd4a483b7831bcd037b3076cf693695c9b..e7a044f14483df27fe7f2df58cc38eb6659dd0c9 100755
(executable)
--- 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