[Pkg-freeipa-devel] [Git][freeipa-team/dogtag-pki][master] tests: Add --debug to pkispawn/pkidestroy.
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Tue Oct 12 06:19:24 BST 2021
Timo Aaltonen pushed to branch master at FreeIPA packaging / dogtag-pki
Commits:
1d6f5575 by Timo Aaltonen at 2021-10-12T08:19:10+03:00
tests: Add --debug to pkispawn/pkidestroy.
- - - - -
1 changed file:
- debian/tests/pkispawn
Changes:
=====================================
debian/tests/pkispawn
=====================================
@@ -23,7 +23,7 @@ cat /etc/hosts
/usr/sbin/dscreate from-file debian/tests/debci.inf 2>&1
for subsys in CA KRA OCSP TKS; do
- pkispawn -s $subsys -f debian/tests/deploy.cfg
+ pkispawn --debug -s $subsys -f debian/tests/deploy.cfg
if [ $? != 0 ]; then
lower=`echo $subsys | tr '[:upper:]' '[:lower:]'`
echo ">>>> $subsys spawn failed:"
@@ -33,7 +33,7 @@ for subsys in CA KRA OCSP TKS; do
done
for subsys in TKS OCSP KRA CA; do
- pkidestroy -i pki-tomcat -s $subsys
+ pkidestroy --debug -i pki-tomcat -s $subsys
if [ $? != 0 ]; then
lower=`echo $subsys | tr '[:upper:]' '[:lower:]'`
echo ">>>> $subsys destroy failed:"
View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/commit/1d6f557527eacbd11456769c4a3f328b6c2836ef
--
View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/commit/1d6f557527eacbd11456769c4a3f328b6c2836ef
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20211012/bb5aa612/attachment-0001.htm>
More information about the Pkg-freeipa-devel
mailing list