Browse code

Remove Pkill test in toybox check due to misleading Makcheck termination

Change-Id: I02e8c1aa8d5ca744f02cef5ea19417321980f355
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2848
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Siju Maliakkal <smaliakkal@vmware.com>

changpil authored on 2017/06/03 02:31:23
Showing 1 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Name:           toybox
2 2
 Version:        0.7.3
3
-Release:        2%{?dist}
3
+Release:        3%{?dist}
4 4
 License:        BSD
5 5
 Summary:        Common Linux command line utilities in a single executable
6 6
 Url:            http://landley.net/toybox/
... ...
@@ -34,6 +34,7 @@ sed -i "s/^  if \[ \$# -ne 0 \]/  if false; /" scripts/test.sh
34 34
 pushd tests
35 35
 tests_to_run=`ls *.test | sed 's/.test//;/losetup/d'`
36 36
 popd
37
+tests_to_run=`echo  $tests_to_run | sed -e 's/pkill//g'`
37 38
 ./scripts/test.sh $tests_to_run
38 39
 
39 40
 %files
... ...
@@ -45,6 +46,8 @@ popd
45 45
 %{_sbindir}/*
46 46
 
47 47
 %changelog
48
+*   Thu Jun 01 2017 Chang Lee <changlee@vmware.com> 0.7.3-3
49
+-   Remove pkill test in %check
48 50
 *   Thu Apr 27 2017 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.7.3-2
49 51
 -   Ensure debuginfo
50 52
 *   Thu Apr 20 2017 Fabio Rapposelli <fabio@vmware.com> 0.7.3-1