change log for rtems-testing (2011-11-06)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sun Nov 6 17:10:10 UTC 2011
*joel*:
2011-11-06 Joel Sherrill <joel.sherrill at oarcorp.com>
* uC5282.in: Use grep -E rather rather than egrep as Open Group has
marked it legacy.
M 1.106 sim-scripts/ChangeLog
M 1.7 sim-scripts/uC5282.in
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
@@ -1,5 +1,10 @@
2011-11-06 Joel Sherrill <joel.sherrill at oarcorp.com>
+ * uC5282.in: Use grep -E rather rather than egrep as Open Group has
+ marked it legacy.
+
+2011-11-06 Joel Sherrill <joel.sherrill at oarcorp.com>
+
* sis.in: Increase memory.
* uC5282.in: Add pattern for exception meaning program end.
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
@@ -32,7 +32,7 @@
for pattern in \
"^PC:.* SR:.*"
do
- egrep "${pattern}" ${logfile}
+ grep -E "${pattern}" ${logfile}
if [ $? -eq 0 ] ; then
return 1
fi
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111106/7971a989/attachment-0001.html>
More information about the vc
mailing list