Skip to content

Commit fc0aee3

Browse files
committed
add command to see it running
1 parent 7b75b95 commit fc0aee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/reloadFixtures.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ run () {
55
comment="+++ "$1" +++"
66
command=$2
77
echo ${comment}
8+
echo "Command: "${command}
89
${command} > output 2> error
910
OUT=$?
1011
if [ ${OUT} -eq 0 ];then

0 commit comments

Comments
 (0)