disable - check area in .spec 19/167219/1
authorMyoungJune Park <mj2004.park@samsung.com>
Tue, 16 Jan 2018 07:57:42 +0000 (16:57 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Tue, 16 Jan 2018 07:57:42 +0000 (16:57 +0900)
Change-Id: Ic3af25df582d568543b10af6ea4b55f4adad77b9

packaging/grep.spec

index 392251e..b7f055f 100644 (file)
@@ -1,3 +1,5 @@
+%define __spec_check_pre exit 0
+
 Name:           grep
 BuildRequires:  automake
 BuildRequires:  pcre-devel
@@ -32,6 +34,8 @@ LDFLAGS+=" -pie"
 
 %{__make} %{?_smp_mflags}
 
+#make check VERBOSE=1 || exit 0
+
 %check
 make check VERBOSE=1