<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems-testing (2011-11-06)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-11-06 Joel Sherrill <joel.sherrill@oarcorp.com>

        * uC5282.in: Use grep -E rather rather than egrep as Open Group has
        marked it legacy.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/ChangeLog.diff?r1=text&tr1=1.105&r2=text&tr2=1.106&diff_format=h">M</a></td><td width='1%'>1.106</td><td width='100%'>sim-scripts/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/uC5282.in.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>sim-scripts/uC5282.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/sim-scripts/ChangeLog:1.105 rtems-testing/sim-scripts/ChangeLog:1.106
--- rtems-testing/sim-scripts/ChangeLog:1.105   Sun Nov  6 09:29:35 2011
+++ rtems-testing/sim-scripts/ChangeLog Sun Nov  6 10:55:26 2011
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2011-11-06        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * uC5282.in: Use grep -E rather rather than egrep as Open Group has
+       marked it legacy.
+
+2011-11-06     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * sis.in: Increase memory.
        * uC5282.in: Add pattern for exception meaning program end.
 

<font color='#006600'>diff -u rtems-testing/sim-scripts/uC5282.in:1.6 rtems-testing/sim-scripts/uC5282.in:1.7
--- rtems-testing/sim-scripts/uC5282.in:1.6     Sun Nov  6 09:29:35 2011
+++ rtems-testing/sim-scripts/uC5282.in Sun Nov  6 10:55:26 2011
</font><font color='#997700'>@@ -32,7 +32,7 @@
</font>   for pattern in  \
      "^PC:.*  SR:.*"
   do
<font color='#880000'>-    egrep "${pattern}" ${logfile}
</font><font color='#000088'>+    grep -E "${pattern}" ${logfile}
</font>     if [ $? -eq 0 ] ; then
       return 1
     fi
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>