changeset 284:8233a26705ed piper-nopiper

More info about where helper programs live
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 30 Nov 2016 10:16:23 +0000
parents 7ed00474dfbb
children 10cd9443fe48
files tests/test-supportprogs/test-supportprogs.sh
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-supportprogs/test-supportprogs.sh	Wed Nov 30 10:16:11 2016 +0000
+++ b/tests/test-supportprogs/test-supportprogs.sh	Wed Nov 30 10:16:23 2016 +0000
@@ -6,19 +6,19 @@
 }
 
 xmllint --version 2>/dev/null || \
-    fail "Can't find required xmllint program"
+    fail "Can't find required xmllint program (from libxml2 distribution)"
 
 rapper --version >/dev/null || \
-    fail "Can't find required rapper program"
+    fail "Can't find required rapper program (from raptor/redland distribution)"
 
 iconv --version >/dev/null || \
-    fail "Can't find required iconv program"
+    fail "Can't find required iconv program (usually associated with glibc or libiconv)"
 
 echo '{}' | json_verify >/dev/null || \
-    fail "Can't find required json_verify program, or it doesn't seem to work"
+    fail "Can't find required json_verify program (from yajl distribution), or it doesn't seem to work"
 
 echo '{}' | json_reformat >/dev/null || \
-    fail "Can't find required json_reformat program, or it doesn't seem to work"
+    fail "Can't find required json_reformat program (from yajl distribution), or it doesn't seem to work"
 
 exit 0