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 452 by francois, Tue Oct 29 18:31:54 2013 UTC vs.
Revision 453 by francois, Thu Oct 31 12:22:33 2013 UTC

# Line 42 | Line 42 | echo "<P><FONT COLOR=\"#000000\">   Resu
42   echo "<P><FONT COLOR=\"#000000\">$madate</FONT></P>" >> 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