From: David Levine Date: Fri, 1 Feb 2013 19:38:36 +0000 (-0600) Subject: Added diagnostic to setup_test() to try to figure out X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/8176fc3c191d474c0f0768fdf4305a58eacbd9fc?ds=sidebyside;hp=ae9db48d6adafe3a10e6d125ff4720495cc76ee2 Added diagnostic to setup_test() to try to figure out why the first test fails on the Solaris buildbot. --- diff --git a/test/common.sh.in b/test/common.sh.in index 5a5a223b..6a1740c2 100644 --- a/test/common.sh.in +++ b/test/common.sh.in @@ -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) ||