We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b75b95 commit fc0aee3Copy full SHA for fc0aee3
bin/reloadFixtures.sh
@@ -5,6 +5,7 @@ run () {
5
comment="+++ "$1" +++"
6
command=$2
7
echo ${comment}
8
+ echo "Command: "${command}
9
${command} > output 2> error
10
OUT=$?
11
if [ ${OUT} -eq 0 ];then
0 commit comments