]> granicus.if.org Git - procps-ng/commitdiff
Added Debian bug note for pgrep -u and testsuite v3.3.1
authorCraig Small <csmall@enc.com.au>
Tue, 6 Dec 2011 10:37:45 +0000 (21:37 +1100)
committerCraig Small <csmall@enc.com.au>
Tue, 6 Dec 2011 10:37:45 +0000 (21:37 +1100)
Makefile.am testsuite needed to explicitly state the files because while
everything else works, make distcheck fails.

NEWS got updated with the Debian bug number for pgrep -u

NEWS
testsuite/Makefile.am

diff --git a/NEWS b/NEWS
index 94a28c81d3586ce5e6f6b83971b2c47d2cc62f92..19819830bbe12edb72a10fb332bcb80691c04bb1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ procps-3.3.0 --> procps-ng-3.3.1
 --------------------------------
 
   * Added DejaGNU regression testing
-  * Fixed pgrep -u not finding processes
+  * Fixed pgrep -u not finding processes Debian#649591
   * Fixed pgrep crashing
   * vmstat -p <part> finds partitions. Was Debian patch vmstat_part_format
     fixes closed bugs RH#485243 and Debian#588677
index fc9abdd7ce56eb29532aabd3d301edb23c6b7a24..d1682ac196c407d17a7c4d973a918bdb94598004 100644 (file)
@@ -28,4 +28,16 @@ endif
 EXTRA_DIST = \
        config/unix.exp \
        global-conf.exp \
-       *.test
+    free.test/free.exp \
+    kill.test/kill.exp \
+    pgrep.test/pgrep.exp \
+    pkill.test/pkill.exp \
+    pmap.test/pmap.exp \
+    ps.test/ps_output.exp \
+    ps.test/ps_personality.exp \
+    pwdx.test/pwdx.exp \
+    slabtop.test/slabtop.exp \
+    sysctl.test/sysctl_read.exp \
+    uptime.test/uptime.exp \
+    vmstat.test/vmstat.exp \
+    w.test/w.exp