]> diplodocus.org Git - nmh/commitdiff
Added diagnostic to setup_test() to try to figure out
authorDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 19:38:36 +0000 (13:38 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 1 Feb 2013 19:38:36 +0000 (13:38 -0600)
why the first test fails on the Solaris buildbot.

test/common.sh.in

index 5a5a223b57148f896dfa8b3175c25b80fcc67c1a..6a1740c2efd276eb4506c0051d77d9bd323350e8 100644 (file)
@@ -171,7 +171,11 @@ setup_test ()
   # Only install once
   #
   if [ -d "${MH_INST_DIR}${bindir}" ]; then
-    :
+    if [ -f $MH_INST_DIR/$prefix/bin/folder ]; then
+      :
+    else
+      echo 'installation not finished!'
+    fi
   else
     (cd "${MH_OBJ_DIR}" &&
       make DESTDIR="${MH_INST_DIR}" SETGID_MAIL= install) ||