ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/cas_test/vasy
(Generate patch)

Comparing magic/cas_test/vasy (file contents):
Revision 450 by francois, Tue Oct 29 18:31:54 2013 UTC vs.
Revision 459 by francois, Thu Nov 7 20:42:03 2013 UTC

# Line 19 | Line 19 | echo "";
19   echo "";
20   echo "************************";
21   echo "   Resultat des tests   ";
22 echo "<P><FONT COLOR=\"#000000\">$madate</FONT></P>" >> index_text.html
22   echo "************************";
23   for i in ${!tab1[*]}; do
24   echo ${tab1[$i]}   ${tab2[$i]};
# Line 40 | Line 39 | echo "<BODY LANG=\"fr-FR\" DIR=\"LTR\">"
39   echo "<P><FONT COLOR=\"#000000\">************************</FONT></P>" >> index_text.html
40   echo "<P><FONT COLOR=\"#000000\">   Resultat des tests   </FONT></P>" >> index_text.html
41   echo "<P><FONT COLOR=\"#000000\">$madate</FONT></P>" >> index_text.html
42 + svn info | grep "vision" |grep -v "vision de" >> index_text.html
43   echo "<P><FONT COLOR=\"#000000\">************************</FONT></P>" >> index_text.html
44   for i in ${!tab1[*]}; do
45 < if (tab2[$i]=="Ok"); then
45 > if [ "${tab2[$i]}" = "Ok" ]; then
46   echo "<P><FONT COLOR=\"#000000\"><SPAN STYLE=\"background: #23ff23\">"${tab1[$i]}   ${tab2[$i]}"</SPAN></FONT></P" >> index_text.html
47   else
48   echo "<P><FONT COLOR=\"#000000\"><SPAN STYLE=\"background: #ff0000\">"${tab1[$i]}   ${tab2[$i]}"</SPAN></FONT></P" >> index_text.html

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines