From 80fc751c4db3e2aa7bd0c958725b3bf6df3ebaf7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 23 Oct 2015 22:53:22 +0200 Subject: [PATCH] MT#15943 Provide commit message to 'ngcpcfg apply' Related to https://gerrit.mgm.sipwise.com/#/c/3050/ Change-Id: Ia6882e190cdf81aaa010d76359a5a530b065854f --- run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index c581c4f7..0121762f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -45,7 +45,7 @@ function cfg_debug_off if [ -z "$SKIP" ]; then echo "$(date) - Setting config debug off" "${BIN_DIR}/config_debug.pl" off ${DOMAIN} - if ! ngcpcfg apply ; then + if ! ngcpcfg apply "config debug off via kamailio-config-tests" ; then echo "$(date) - ngcpcfg apply returned $?" error_flag=4 fi @@ -86,7 +86,7 @@ if [ -z $SKIP ]; then if [ "${PROFILE}" == "PRO" ]; then ( timeout 60 "${BIN_DIR}/pid_watcher.py" )& fi - if ! ngcpcfg apply ; then + if ! ngcpcfg apply "config debug on via kamailio-config-tests" ; then echo "$(date) - ngcp apply returned $?" echo "$(date) - Done[3]" cfg_debug_off