nss-pam-ldapd branch master updated. 0.9.10-11-g69922e3
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.10-11-g69922e3
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org, nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.10-11-g69922e3
- Date: Sun, 6 Oct 2019 18:22:42 +0200 (CEST)
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 69922e3277f0848e15dcdaaa0eaa346548f9d2d2 (commit)
from 62522b967c99e504ca8ad8a931da4c0f92dee04f (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 -----------------------------------------------------------------
https://arthurdejong.org/git/nss-pam-ldapd/commit/?id=69922e3277f0848e15dcdaaa0eaa346548f9d2d2
commit 69922e3277f0848e15dcdaaa0eaa346548f9d2d2
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sun Oct 6 16:07:04 2019 +0200
Fix Python interpreter detection in tests
Fixes 644bc62
diff --git a/tests/test_doctest.sh b/tests/test_doctest.sh
index 56eb0da..5b3a13d 100755
--- a/tests/test_doctest.sh
+++ b/tests/test_doctest.sh
@@ -32,7 +32,7 @@ python="${PYTHON-python}"
find_python() {
for p in "${python}" python python2 python2.7 python3 python3.5 python3.6
python3.7 python3.8
do
- if [ -n "$p"] && "$p" --version > /dev/null 2> /dev/null
+ if [ -n "$p" ] && "$p" --version > /dev/null 2> /dev/null
then
readlink -f `which $p` 2> /dev/null || true
fi
-----------------------------------------------------------------------
Summary of changes:
tests/test_doctest.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
nss-pam-ldapd
- nss-pam-ldapd branch master updated. 0.9.10-11-g69922e3,
Commits of the nss-pam-ldapd project