Browse code

Fix vim check to use single thread and skip glib check

Change-Id: I6fced0f0362849da05e3bfdf5103e59c7d70ee62
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1674
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sarah Choi <sarahc@vmware.com>

Chang authored on 2016/11/11 10:59:49
Showing 2 changed files
... ...
@@ -55,9 +55,6 @@ make %{?_smp_mflags}
55 55
 %install
56 56
 make DESTDIR=%{buildroot} install
57 57
 
58
-%check
59
-make  %{?_smp_mflags} check
60
-
61 58
 %post	-p /sbin/ldconfig
62 59
 %postun	-p /sbin/ldconfig
63 60
 
... ...
@@ -62,7 +62,7 @@ au BufEnter,BufNew *.py set tabstop=4 shiftwidth=4 expandtab
62 62
 EOF
63 63
 
64 64
 %check
65
-make %{?_smp_mflags}  test
65
+make test
66 66
 
67 67
 %files extra
68 68
 %defattr(-,root,root)