Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 490174

Summary: sys-process/procps-3.3.6 tests need dev-util/dejagnu
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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'