Subversion Repositories HomeAutomation

Rev

Rev 830 | Rev 960 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 830 Rev 846
Line 121... Line 121...
121
echo  -e ${successfull[@]}
121
echo  -e ${successfull[@]}
122
echo "Failed applications:"
122
echo "Failed applications:"
123
echo -e ${failed[@]}
123
echo -e ${failed[@]}
124
echo "#######################################"
124
echo "#######################################"
125
echo ""
125
echo ""
-
 
126
 
-
 
127
if [ $DOPOSTIRC -eq "1" ] ; then
-
 
128
    if [ ${#failed[@]} -ne "0" ] ; then
-
 
129
        $POSTLINE \#hobby Tested to build apps, failed ${#failed[@]}, successfull: ${#successfull[@]}, http://projekt.auml.se/homeautomation:software:embedded:last-build-test
-
 
130
    fi
-
 
131
fi
126
 
132
 
127
exit 0
133
exit 0
128
 
134