From: Jim Meyering Date: Wed, 9 Feb 2011 07:29:38 +0000 (+0100) Subject: tests: print "python missing:..." diagnostic where more will see it X-Git-Tag: v8.11~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91b2a3c3b3e6ed88312ce104984f8c3778c9dea;p=thirdparty%2Fcoreutils.git tests: print "python missing:..." diagnostic where more will see it * tests/init.cfg (fiemap_capable_): Print with warn_, so that the diagnostic shows up alongside the corresponding SKIP message. --- diff --git a/tests/init.cfg b/tests/init.cfg index ceb944811c..eb3feaad0b 100644 --- a/tests/init.cfg +++ b/tests/init.cfg @@ -301,7 +301,7 @@ require_proc_pid_status_() fiemap_capable_() { if ! python < /dev/null; then - echo 'fiemap_capable_: python missing: assuming not fiemap capable' 1>&2 + warn_ 'fiemap_capable_: python missing: assuming not fiemap capable' return 1 fi python $abs_srcdir/fiemap-capable "$@"