From efacd63961d9ae4b902f419178bd1d582cdbb946 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Oct 04 2014 17:36:48 +0000 Subject: enabled debugging for exim-test --- diff --git a/centos_ci_build b/centos_ci_build index 3d81147..c2ffbd7 100755 --- a/centos_ci_build +++ b/centos_ci_build @@ -3,4 +3,4 @@ yum -y update uname -a -SKIP_QA_HARNESS=1 ./runtests.sh +SKIP_QA_HARNESS=1 ./runtests.sh p_exim diff --git a/tests/p_exim/20_exim_mta_helo-test.sh b/tests/p_exim/20_exim_mta_helo-test.sh index 5aa5b52..437f9f7 100755 --- a/tests/p_exim/20_exim_mta_helo-test.sh +++ b/tests/p_exim/20_exim_mta_helo-test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash -x # Author: Christoph Galuschka t_Log "Running $0 - exim can accept and deliver local email." diff --git a/tests/p_exim/30_exim_mta_ehlo-test.sh b/tests/p_exim/30_exim_mta_ehlo-test.sh index a5fa272..16bed68 100755 --- a/tests/p_exim/30_exim_mta_ehlo-test.sh +++ b/tests/p_exim/30_exim_mta_ehlo-test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash -x # Author: Christoph Galuschka t_Log "Running $0 - exim can accept and deliver local email."