change log for rtems-testing (2011-02-14)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Feb 14 21:10:03 UTC 2011


 *joel*:
2011-02-14	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* gdb-sim-run.in: math tests now run.

M   1.96  sim-scripts/ChangeLog
M   1.53  sim-scripts/gdb-sim-run.in

diff -u rtems-testing/sim-scripts/ChangeLog:1.95 rtems-testing/sim-scripts/ChangeLog:1.96
--- rtems-testing/sim-scripts/ChangeLog:1.95	Thu Feb 10 15:20:59 2011
+++ rtems-testing/sim-scripts/ChangeLog	Mon Feb 14 14:51:33 2011
@@ -1,3 +1,7 @@
+2011-02-14	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* gdb-sim-run.in: math tests now run.
+
 2011-02-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* gdb-sim-run.in: Add math tests as link only.

diff -u rtems-testing/sim-scripts/gdb-sim-run.in:1.52 rtems-testing/sim-scripts/gdb-sim-run.in:1.53
--- rtems-testing/sim-scripts/gdb-sim-run.in:1.52	Thu Feb 10 15:20:59 2011
+++ rtems-testing/sim-scripts/gdb-sim-run.in	Mon Feb 14 14:51:33 2011
@@ -413,10 +413,6 @@
         warn "skipping interactive ${toRun}"
         continue
         ;;
-    math*)
-        warn "skipping link only ${toRun}"
-        continue
-        ;;
     *-node2*)
         fatal "MP tests not supported"
         warn "Skipping ${toRun}; 'runtest' runs both nodes when for *-node1"


 *joel*:
2011-02-14	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* coverage_cron, run_coverage: Switch defaults on publishing.

M  1.303  rtems-coverage/ChangeLog
M    1.6  rtems-coverage/coverage_cron
M   1.16  rtems-coverage/run_coverage

diff -u rtems-testing/rtems-coverage/ChangeLog:1.302 rtems-testing/rtems-coverage/ChangeLog:1.303
--- rtems-testing/rtems-coverage/ChangeLog:1.302	Thu Feb 10 15:20:53 2011
+++ rtems-testing/rtems-coverage/ChangeLog	Mon Feb 14 14:51:49 2011
@@ -1,3 +1,7 @@
+2011-02-14	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* coverage_cron, run_coverage: Switch defaults on publishing.
+
 2011-02-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
 	* VERSIONS-COVERAGE: Add math tests as link only.

diff -u rtems-testing/rtems-coverage/coverage_cron:1.5 rtems-testing/rtems-coverage/coverage_cron:1.6
--- rtems-testing/rtems-coverage/coverage_cron:1.5	Sun Apr 18 17:03:18 2010
+++ rtems-testing/rtems-coverage/coverage_cron	Mon Feb 14 14:51:49 2011
@@ -44,18 +44,18 @@
 # when we do two in parallel.
 do_parallel=no
 
-${RUNCOVERAGE} -t update 
+${RUNCOVERAGE} update 
 if [ ${do_parallel} = no ]; then
   for b in ${BSPS}
   do
-    ${RUNCOVERAGE} -t ${b}_baseline
+    ${RUNCOVERAGE} ${b}_baseline
   done
 else
   maxjobs=`/usr/bin/getconf _NPROCESSORS_ONLN`
   jobs=0
   for b in ${BSPS}
   do
-    ${RUNCOVERAGE} -t ${b}_baseline &
+    ${RUNCOVERAGE} ${b}_baseline &
     jobs=`expr ${jobs} + 1`
     if [ ${jobs} -eq ${maxjobs} ] ; then
       jobs=0

diff -u rtems-testing/rtems-coverage/run_coverage:1.15 rtems-testing/rtems-coverage/run_coverage:1.16
--- rtems-testing/rtems-coverage/run_coverage:1.15	Fri Jan 28 15:52:52 2011
+++ rtems-testing/rtems-coverage/run_coverage	Mon Feb 14 14:51:49 2011
@@ -22,8 +22,8 @@
 
 USAGE=\
 "usage: $progname [ -opts ] cmd [ more cmds]
-        -t        -- publish the results to ftp site (default=no)
-        -f        -- save the results locally (default=no)
+        -t        -- publish the results to ftp site (default=yes)
+        -f        -- save the results locally (default=yes)
 	-v	   -- verbose
 
 where cmds are:
@@ -92,8 +92,8 @@
 }
 
 verbose="no"
-do_publish="no"
-do_save_tarballs="no"
+do_publish="yes"
+do_save_tarballs="yes"
 
 while getopts ftv OPT
 do



--

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/20110214/47b7e06c/attachment.html>


More information about the vc mailing list