lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.1-8-gc8800eb

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.9.1-8-gc8800eb



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  c8800eb3926106da797bd89f9507eb7765ee77fe (commit)
      from  644df526c13a45b5d5d985ecf3c9fbfd6e6f6d5d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=c8800eb3926106da797bd89f9507eb7765ee77fe

commit c8800eb3926106da797bd89f9507eb7765ee77fe
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Sep 1 23:19:00 2013 +0200

    Improve robustness of test_manpages

diff --git a/tests/test_manpages.sh b/tests/test_manpages.sh
index d302070..ee32917 100755
--- a/tests/test_manpages.sh
+++ b/tests/test_manpages.sh
@@ -26,14 +26,17 @@ srcdir="${srcdir-`dirname "$0"`}"
 top_srcdir="${top_srcdir-${srcdir}/..}"
 
 # if xmlto is missing, ignore
-if ! xmlto  --version > /dev/null 2> /dev/null
+if xmlto --version > /dev/null 2> /dev/null
 then
+  :
+else
   echo "xmlto not found"
   exit 77
 fi
 
 # set up a temporary directory
 tmpdir="test_manpages.tmp"
+rm -rf "$tmpdir"
 mkdir "$tmpdir"
 
 # generate HTML for all manual pages

-----------------------------------------------------------------------

Summary of changes:
 tests/test_manpages.sh |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
nss-pam-ldapd
-- 
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/