From f9ab2fec4309779123f5652dfb4a77d30bde46e5 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 6 Dec 2011 21:37:45 +1100 Subject: [PATCH] Added Debian bug note for pgrep -u and testsuite 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 | 2 +- testsuite/Makefile.am | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 94a28c81..19819830 100644 --- 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 finds partitions. Was Debian patch vmstat_part_format fixes closed bugs RH#485243 and Debian#588677 diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index fc9abdd7..d1682ac1 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -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