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`