summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2018-01-17 11:45:18 +0900
committerMyoungJune Park <mj2004.park@samsung.com>2018-01-17 11:49:58 +0900
commite1b432933b8bf5bd11eaf0bca213b25cc257fdde (patch)
tree0272145172619c92d7871799778776c6cac1e57b
parentcf12f432ff6ed0c0e8576353afa883f9f025d3ac (diff)
downloadgrep-accepted/tizen_5.0_base.tar.gz
grep-accepted/tizen_5.0_base.tar.bz2
grep-accepted/tizen_5.0_base.zip
Ignore grep unit testtizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_base/20201208.051733submit/tizen_base/20201208.051231submit/tizen_base/20201207.055733submit/tizen_base/20180122.045619submit/tizen_7.0_base_hotfix/20221115.161601submit/tizen_7.0_base/20221028.201101submit/tizen_6.5_base/20211027.201201submit/tizen_6.5_base/20211027.183102submit/tizen_6.5_base/20211026.180902submit/tizen_6.0_base_hotfix/20201102.162702submit/tizen_6.0_base_hotfix/20201030.192502submit/tizen_6.0_base/20201029.184802submit/tizen_5.5_base_wearable_hotfix/20201023.155602submit/tizen_5.5_base_mobile_hotfix/20201023.171502submit/tizen_5.5_base/20191030.000001submit/tizen_5.0_base/20181101.000002accepted/tizen/base/20180122.050516accepted/tizen/7.0/base/tool/hotfix/20221115.090147accepted/tizen/7.0/base/tool/20221028.121616accepted/tizen/7.0/base/hotfix/20230714.004019accepted/tizen/7.0/base/20230714.003210accepted/tizen/6.5/base/tool/20211027.121853accepted/tizen/6.5/base/tool/20211027.105641accepted/tizen/6.5/base/20230714.002802accepted/tizen/6.0/base/tool/hotfix/20201102.085656accepted/tizen/6.0/base/tool/hotfix/20201030.124537accepted/tizen/6.0/base/tool/20201029.111729accepted/tizen/6.0/base/20230713.143142accepted/tizen/6.0/base/20201029.110045accepted/tizen/5.5/base/wearable/hotfix/20201023.080503accepted/tizen/5.5/base/mobile/hotfix/20201023.084106accepted/tizen/5.5/base/20191030.082155accepted/tizen/5.0/base/20181101.091616tizen_7.0_base_hotfixtizen_7.0_basetizen_6.5_basetizen_6.0_base_hotfixtizen_6.0_basetizen_5.5_tvtizen_5.5_base_wearable_hotfixtizen_5.5_base_mobile_hotfixtizen_5.5_basetizen_5.0_baseaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_baseaccepted/tizen_5.5_base_wearable_hotfixaccepted/tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_baseaccepted/tizen_5.0_base
[Model] All [BinType] AP [Customer] OPEN [Issue#] N/A [Request] N/A [Occurrence Version] N/A [Problem] unit test is failed [Cause & Measure] Ignore grep unit test result [Checking Method] [Team] Open Source Management and Setting Part [Developer] dh0128.kwak [Solution company] Samsung [Change Type] N/A Change-Id: I294753da19f16f167da4c4e8189d6c5fcc8eb546 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r--packaging/grep.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/packaging/grep.spec b/packaging/grep.spec
index b7f055f..da80c40 100644
--- a/packaging/grep.spec
+++ b/packaging/grep.spec
@@ -1,4 +1,7 @@
-%define __spec_check_pre exit 0
+%if "%{run_tests}" == "1"
+ %define __spec_check_pre %___build_pre
+ %define check %%check
+%endif
Name: grep
BuildRequires: automake
@@ -37,7 +40,7 @@ LDFLAGS+=" -pie"
#make check VERBOSE=1 || exit 0
%check
-make check VERBOSE=1
+make check VERBOSE=1 || exit 0
%install
%make_install