tests: print "python missing:..." diagnostic where more will see it
authorJim Meyering <meyering@redhat.com>
Wed, 9 Feb 2011 07:29:38 +0000 (08:29 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 10 Feb 2011 07:57:12 +0000 (08:57 +0100)
* tests/init.cfg (fiemap_capable_): Print with warn_, so that the
diagnostic shows up alongside the corresponding SKIP message.

tests/init.cfg

index ceb9448..eb3feaa 100644 (file)
@@ -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 "$@"