Below is the list of changes that have just been committed into a local
5.0 repository of ndbdev. When ndbdev does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-11-03 13:38:16+01:00, ndbdev@stripped +1 -0
ndb - autotest
Add info file for new report generation
ndb/test/run-test/autotest-run.sh@stripped, 2006-11-03 13:38:14+01:00, ndbdev@stripped +6 -0
Add info file for new report generation
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: ndbdev
# Host: ndbmaster.mysql.com
# Root: /ndb/clone-mysql-5.0-wl2809-2006-11-03
--- 1.4/ndb/test/run-test/autotest-run.sh 2006-11-03 13:38:24 +01:00
+++ 1.5/ndb/test/run-test/autotest-run.sh 2006-11-03 13:38:24 +01:00
@@ -243,6 +243,12 @@
[ -f report.txt ] && mv report.txt $res_dir
[ "`find . -name 'result*'`" ] && mv result* $res_dir
cd $res_dir
+
+echo "date=$DATE" > info.txt
+echo "suite=$RUN" >> info.txt
+echo "clone=$clone" >> info.txt
+echo "arch=$target" >> info.txt
+
cd ..
p2=`pwd`
cd ..
| Thread |
|---|
| • bk commit into 5.0 tree (ndbdev:1.2255) | jonas | 3 Nov |