[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-challenger] branch master updated: -fail more verbosely
From: |
gnunet |
Subject: |
[taler-challenger] branch master updated: -fail more verbosely |
Date: |
Sun, 12 Jan 2025 10:14:11 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository challenger.
The following commit(s) were added to refs/heads/master by this push:
new 6f36f46 -fail more verbosely
6f36f46 is described below
commit 6f36f46bae0d51fd819accbba03062a9e9366648
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 12 10:14:08 2025 +0100
-fail more verbosely
---
debian/challenger-httpd.install | 2 +-
src/challenger/test-challenger.sh | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/challenger-httpd.install b/debian/challenger-httpd.install
index bd3916e..c2887a4 100644
--- a/debian/challenger-httpd.install
+++ b/debian/challenger-httpd.install
@@ -10,7 +10,7 @@ usr/share/man/man1/challenger-admin.1
usr/share/man/man1/challenger-dbconfig.1
usr/share/man/man1/challenger-dbinit.1
usr/share/man/man1/challenger-httpd.1
-usr/share/man/man5/challenger-conf.5
+usr/share/man/man5/challenger.conf.5
usr/share/info/challenger*
debian/etc/* /etc/
diff --git a/src/challenger/test-challenger.sh
b/src/challenger/test-challenger.sh
index 5280181..45e8800 100755
--- a/src/challenger/test-challenger.sh
+++ b/src/challenger/test-challenger.sh
@@ -140,6 +140,10 @@ TARGET=$(echo "$RESULT" | awk '{print $2}')
if [ "$STATUS" != "302" ]
then
+ curl -v "${BURL}/solve/${NONCE}" \
+ -X POST \
+ --data-urlencode "pin=${PIN}"
+ cat httpd.log
exit_fail "Expected 302. Got: $STATUS" $(cat $LAST_RESPONSE)
fi
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-challenger] branch master updated: -fail more verbosely,
gnunet <=