This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make check: errors


I was trying to run the testsuite, but make check gives error :

Where is "runtest" to be found?

/media/disk/download/systemtap/systemtap>make check
Makefile:1580: warning: overriding commands for target `check'
Makefile:1352: warning: ignoring old commands for target `check'
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Not a git repo, keeping existing git_version.h
SRCDIR=`cd .; pwd`; \
make -C testsuite check SYSTEMTAP_RUNTIME=$SRCDIR/runtime SYSTEMTAP_TAPSET=$SRCDIR/tapset LD_LIBRARY_PATH=/media/disk/download/systemtap/systemtap/lib-elfutils:/media/disk/download/systemtap/systemtap/lib-elfutils/systemtap SYSTEMTAP_PATH=/media/disk/download/systemtap/systemtap RUNTESTFLAGS=""
make[1]: Entering directory `/media/disk/download/systemtap/systemtap/testsuite'
Run "make check" or "make installcheck".
make check-DEJAGNU
make[2]: Entering directory `/media/disk/download/systemtap/systemtap/testsuite'
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest="env SYSTEMTAP_RUNTIME=/media/disk/download/systemtap/systemtap/runtime SYSTEMTAP_TAPSET=/media/disk/download/systemtap/systemtap/tapset LD_LIBRARY_PATH=/media/disk/download/systemtap/systemtap/lib-elfutils:/media/disk/download/systemtap/systemtap/lib-elfutils/systemtap CRASH_LIBDIR=/usr/local/lib/systemtap PATH=/media/disk/download/systemtap/systemtap:$PATH runtest"; \
if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
exit_status=0; l='systemtap'; 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'



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]