From c14d620d836762f67a95442998b699cb115e0e06 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Mon, 16 Jun 2014 21:15:22 +0200 Subject: [PATCH] Travis: let's see some debug information. --- test/regress.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/regress.sh b/test/regress.sh index 2843ea2..b32d69a 100755 --- a/test/regress.sh +++ b/test/regress.sh @@ -6,6 +6,8 @@ # - output a CSV for the target table # - diff the CSV and error if diffs found +set -x + pgloader=$1 command=$2 targetdb=`gawk -F '[ ?]+' '/^ *INTO|into/ {print $3}' < $command`