change log for rtems-testing (2011-11-06)

Ralf Corsepius ralf.corsepius at rtems.org
Sun Nov 6 16:50:05 UTC 2011


On 11/06/2011 05:10 PM, rtems-vc at rtems.org wrote:
> *joel*

> diff -u rtems-testing/sim-scripts/uC5282.in:1.5 rtems-testing/sim-scripts/uC5282.in:1.6
> --- rtems-testing/sim-scripts/uC5282.in:1.5	Fri Nov  4 14:29:41 2011
> +++ rtems-testing/sim-scripts/uC5282.in	Sun Nov  6 09:29:35 2011
> @@ -28,6 +28,16 @@
>
>   checkBSPFaults()
>   {
> +  # faulty thread may be deleted or suspended
> +  for pattern in  \
> +     "^PC:.*  SR:.*"
> +  do
> +    egrep "${pattern}" ${logfile}

BUG: egrep is an obsolete anacronism, modern OSes only provide as 
"legacy" - Use grep -E instead.

Ralf




More information about the vc mailing list