Trap and display STDERR during travis test runs
[dbsrgits/DBIx-Class.git] / maint / travis-ci_scripts / common.bash
index 20d5d63..ee8fa00 100755 (executable)
@@ -2,6 +2,8 @@
 
 set -e
 
+TEST_STDERR_LOG=/tmp/dbictest.stderr
+
 echo_err() { echo "$@" 1>&2 ; }
 
 if [[ "$TRAVIS" != "true" ]] ; then