Skip to content

Commit 2ebdbe9

Browse files
committed
Add more debugging information to shell script
1 parent 5e63315 commit 2ebdbe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/travis/phpcr_odm_doctrine_dbal.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# make the script display the commands it runs to help debugging failures
3+
set -x
4+
25
DIR_NAME=`dirname $0`
36
CONSOLE_DIR=$DIR_NAME"/.."
47

0 commit comments

Comments
 (0)