<!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 (2010-11-04)</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>ccj</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-11-05      Chris Johns <chrisj@rtems.org>

        * sim-scripts/gdb-sim-run.in: Fix logdir option.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/ChangeLog.diff?r1=text&tr1=1.60&r2=text&tr2=1.61&diff_format=h">M</a></td><td width='1%'>1.61</td><td width='100%'>ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/gdb-sim-run.in.diff?r1=text&tr1=1.46&r2=text&tr2=1.47&diff_format=h">M</a></td><td width='1%'>1.47</td><td width='100%'>sim-scripts/gdb-sim-run.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/ChangeLog:1.60 rtems-testing/ChangeLog:1.61
--- rtems-testing/ChangeLog:1.60        Thu Jul 22 06:40:01 2010
+++ rtems-testing/ChangeLog     Thu Nov  4 21:53:42 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-11-05    Chris Johns <chrisj@rtems.org>
+
+       * sim-scripts/gdb-sim-run.in: Fix logdir option.
+<span style="background-color: #FF0000">       </span>
</font> 2010-07-22        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * VERSIONS: Update autoconf.

<font color='#006600'>diff -u rtems-testing/sim-scripts/gdb-sim-run.in:1.46 rtems-testing/sim-scripts/gdb-sim-run.in:1.47
--- rtems-testing/sim-scripts/gdb-sim-run.in:1.46       Tue Jul 20 11:21:21 2010
+++ rtems-testing/sim-scripts/gdb-sim-run.in    Thu Nov  4 21:53:42 2010
</font><font color='#997700'>@@ -34,6 +34,7 @@
</font>   -s         -- force System V IPC support (default=no)
         -l limit   -- specify time limit (default is 'BSP dependent')
         -L dir     -- specify log directory (default is 'log')
<font color='#000088'>+        -T         -- rtems-test command mode
</font> 
 NOTES:
   + System V IPC and Coverage are not supported by all BSPs or simulators.
<font color='#997700'>@@ -85,8 +86,9 @@
</font> logdir="log"
 enable_display_adapter="no"
 enable_network="no"
<font color='#000088'>+rtems_test="no"
</font> 
<font color='#880000'>-while getopts "vcCgGil:L:DsN" OPT
</font><font color='#000088'>+while getopts "vcCgGil:L:DsNT" OPT
</font> do
  case "$OPT" in
    v) verbose="yes";;
<font color='#997700'>@@ -98,8 +100,9 @@
</font>    N) enable_network="yes" ;;
    i) interactive="yes";;
    l) defaultLimit="$OPTARG";;
<font color='#880000'>-   L) loggir="$OPTARG";;
</font><font color='#000088'>+   L) logdir="$OPTARG";;
</font>    s) use_sysv_ipc="yes";;
<font color='#000088'>+   T) rtems_test="yes";;
</font>    *) fatal;;
  esac
 done
<font color='#997700'>@@ -117,6 +120,10 @@
</font>   fi
 fi
 
<font color='#000088'>+### If in RTEMS test mode do not log.
+logdir=""
+doCatOutput=""
+
</font> ### Set BSP defaults.  If BSP does not have default, it will override
 bspGeneratesDeviceTree="no"
 bspSupportsSystemVIPC="no"
</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>