Travis: let's see some debug information.

This commit is contained in:
Dimitri Fontaine 2014-06-16 21:15:22 +02:00
parent 0e16b221f0
commit c14d620d83

View File

@ -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`