Subversion Repositories HomeAutomation

Rev

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

Rev 886 Rev 960
Line 131... Line 131...
131
echo "#######################################"
131
echo "#######################################"
132
echo ""
132
echo ""
133
 
133
 
134
if [ $DOPOSTIRC -eq "1" ] ; then
134
if [ $DOPOSTIRC -eq "1" ] ; then
135
    if [ ${#failed[@]} -ne "0" ] ; then
135
    if [ ${#failed[@]} -ne "0" ] ; then
136
        $POSTLINE \#hobby Tested to build modules, failed ${#failed[@]}, successfull: ${#successfull[@]}, http://projekt.auml.se/homeautomation:software:embedded:last-build-mod-test
136
        $POSTLINE \#hobby Tested to build modules, ${#failed[@]} failed, ${#successfull[@]} successfull, http://projekt.auml.se/homeautomation:software:embedded:last-build-mod-test
137
    fi
137
    fi
138
fi
138
fi
139
 
139
 
140
exit 0
140
exit 0
141
 
141