diff options
author | Youngjae Shin <yj99.shin@samsung.com> | 2023-03-14 19:37:49 +0900 |
---|---|---|
committer | Youngjae Shin <yj99.shin@samsung.com> | 2023-03-14 19:38:19 +0900 |
commit | b0efcdc6c45486d59dea1b728740ca3d6cf4827b (patch) | |
tree | 8232e1899884a276732ee05a9cd618fc96f91146 /packaging | |
parent | 43a4c420366ae9ccd907fb0e0ce0f55ca9269081 (diff) | |
download | modes-plugins-tizen_8.0.tar.gz modes-plugins-tizen_8.0.tar.bz2 modes-plugins-tizen_8.0.zip |
fix static analysis bugstizen_8.0_m2_releaseaccepted/tizen/unified/20230315.093504accepted/tizen/8.0/unified/20231005.093823tizen_8.0accepted/tizen_8.0_unified
Change-Id: I31e321ab6bfe8bac3b72c8aaaeba2092edfe3f80
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/modes-plugins.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/modes-plugins.spec b/packaging/modes-plugins.spec index eaa1d37..549b103 100644 --- a/packaging/modes-plugins.spec +++ b/packaging/modes-plugins.spec @@ -99,7 +99,7 @@ mkdir -p "$gcno_obj_dir" find . -name '*.gcno' -exec cp --parents '{}' "$gcno_obj_dir" ';' %endif -# ڵ unittest ǥ ũƮ +# 자동 unittest 실행을 위한 표준 실행 스크립트 cat << EOF > run-unittest.sh #!/bin/sh setup() { |