Change-Id: I32b48e7c799ce7573dc8e6651f4c04359e1d1992
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1402
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sarah Choi <sarahc@vmware.com>
| ... | ... |
@@ -29,8 +29,7 @@ developing applications that use libestr. |
| 29 | 29 |
make %{?_smp_mflags}
|
| 30 | 30 |
%install |
| 31 | 31 |
make DESTDIR=%{buildroot} install
|
| 32 |
-%check |
|
| 33 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 32 |
+ |
|
| 34 | 33 |
%post -p /sbin/ldconfig |
| 35 | 34 |
%postun -p /sbin/ldconfig |
| 36 | 35 |
%files |
| ... | ... |
@@ -31,8 +31,10 @@ make %{?_smp_mflags}
|
| 31 | 31 |
%install |
| 32 | 32 |
make DESTDIR=%{buildroot} install
|
| 33 | 33 |
rm %{buildroot}%{_infodir}/*
|
| 34 |
+ |
|
| 34 | 35 |
%check |
| 35 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 36 |
+make %{?_smp_mflags} check
|
|
| 37 |
+ |
|
| 36 | 38 |
%post -p /sbin/ldconfig |
| 37 | 39 |
%postun -p /sbin/ldconfig |
| 38 | 40 |
%files |
| ... | ... |
@@ -35,8 +35,10 @@ developing applications that use liblogging. |
| 35 | 35 |
make %{?_smp_mflags}
|
| 36 | 36 |
%install |
| 37 | 37 |
make DESTDIR=%{buildroot} install
|
| 38 |
+ |
|
| 38 | 39 |
%check |
| 39 |
-make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
|
| 40 |
+make %{?_smp_mflags} check
|
|
| 41 |
+ |
|
| 40 | 42 |
%post -p /sbin/ldconfig |
| 41 | 43 |
%postun -p /sbin/ldconfig |
| 42 | 44 |
%files |
| ... | ... |
@@ -18,6 +18,11 @@ A library that provides compression and decompression of file formats used by Mi |
| 18 | 18 |
make %{?_smp_mflags}
|
| 19 | 19 |
%install |
| 20 | 20 |
make DESTDIR=%{buildroot} install
|
| 21 |
+ |
|
| 22 |
+%check |
|
| 23 |
+cd test |
|
| 24 |
+./cabd_test |
|
| 25 |
+ |
|
| 21 | 26 |
%post -p /sbin/ldconfig |
| 22 | 27 |
%postun -p /sbin/ldconfig |
| 23 | 28 |
%files |