Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490174 - sys-process/procps-3.3.6 tests need dev-util/dejagnu
Summary: sys-process/procps-3.3.6 tests need dev-util/dejagnu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-02 19:29 UTC by Nikoli
Modified: 2013-11-28 22:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-11-02 19:29:20 UTC
When dev-util/dejagnu is not installed src_test does not run any tests and prints this:
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.6/work/procps-ng-3.3.6/testsuite'
Making a new site.exp file...
srcdir='.'; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  exit_status=0; l='kill pmap slabtop sysctl free lib pgrep pkill ps pwdx uptime vmstat w'; for tool in $l; do \
    if $runtest  --tool $tool --srcdir $srcdir ; \
    then :; else exit_status=1; fi; \
  done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi; \
exit $exit_status
WARNING: could not find `runtest'