[Debian-ha-commits] [resource-agents] 05/08: debian/tests: start ocft in verbose mode

Valentin Vidic vvidic-guest at moszumanska.debian.org
Sun Dec 3 17:06:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository resource-agents.

commit b196bce03456f1adc66b2ace43f61be44bdc26bf
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Sun Dec 3 17:09:40 2017 +0100

    debian/tests: start ocft in verbose mode
---
 debian/tests/IPaddr2  | 5 ++++-
 debian/tests/run-ocft | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/tests/IPaddr2 b/debian/tests/IPaddr2
index a46b728..589800f 100755
--- a/debian/tests/IPaddr2
+++ b/debian/tests/IPaddr2
@@ -15,5 +15,8 @@ sed "s/eth0/$IFACE/g" /usr/share/resource-agents/ocft/configs/$AGENT > $AUTOPKGT
 
 mkdir -p /run/resource-agents
 
+echo "Running: ocft make -d $AUTOPKGTEST_TMP $AGENT"
 ocft make -d $AUTOPKGTEST_TMP $AGENT
-ocft test $AGENT
+
+echo "Running: ocft test -v $AGENT"
+ocft test -v $AGENT
diff --git a/debian/tests/run-ocft b/debian/tests/run-ocft
index a1f433a..f820fce 100755
--- a/debian/tests/run-ocft
+++ b/debian/tests/run-ocft
@@ -12,5 +12,8 @@ trap "cleanup" 0 2 3 15
 
 mkdir -p /run/resource-agents
 
+echo "Running: ocft make $AGENT"
 ocft make $AGENT
-ocft test $AGENT
+
+echo "Running: ocft test -v $AGENT"
+ocft test -v $AGENT

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git



More information about the Debian-HA-Commits mailing list