change log for rtems-testing (2010-11-04)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Nov 5 03:10:04 UTC 2010


 *ccj*:
2010-11-05      Chris Johns <chrisj at rtems.org>

        * sim-scripts/gdb-sim-run.in: Fix logdir option.

M   1.61  ChangeLog
M   1.47  sim-scripts/gdb-sim-run.in

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
@@ -1,3 +1,7 @@
+2010-11-05	Chris Johns <chrisj at rtems.org>
+
+	* sim-scripts/gdb-sim-run.in: Fix logdir option.
+	
 2010-07-22	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* VERSIONS: Update autoconf.

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
@@ -34,6 +34,7 @@
 	-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')
+        -T         -- rtems-test command mode
 
 NOTES:
   + System V IPC and Coverage are not supported by all BSPs or simulators.
@@ -85,8 +86,9 @@
 logdir="log"
 enable_display_adapter="no"
 enable_network="no"
+rtems_test="no"
 
-while getopts "vcCgGil:L:DsN" OPT
+while getopts "vcCgGil:L:DsNT" OPT
 do
  case "$OPT" in
    v) verbose="yes";;
@@ -98,8 +100,9 @@
    N) enable_network="yes" ;;
    i) interactive="yes";;
    l) defaultLimit="$OPTARG";;
-   L) loggir="$OPTARG";;
+   L) logdir="$OPTARG";;
    s) use_sysv_ipc="yes";;
+   T) rtems_test="yes";;
    *) fatal;;
  esac
 done
@@ -117,6 +120,10 @@
   fi
 fi
 
+### If in RTEMS test mode do not log.
+logdir=""
+doCatOutput=""
+
 ### Set BSP defaults.  If BSP does not have default, it will override
 bspGeneratesDeviceTree="no"
 bspSupportsSystemVIPC="no"



--

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/20101104/e9fe17e0/attachment.html>


More information about the vc mailing list