Changeset: ec49d35131d7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ec49d35131d7
Modified Files:
monetdb5/mal/Tests/run
Branch: default
Log Message:
Minor change in valgrind run
diffs (27 lines):
diff --git a/monetdb5/mal/Tests/run b/monetdb5/mal/Tests/run
--- a/monetdb5/mal/Tests/run
+++ b/monetdb5/mal/Tests/run
@@ -4,19 +4,20 @@
DBFARM=/ufs/mk/monet5/Linux/var/MonetDB/dbfarm
DBNAME=test
#MSERVER="Mtimeout -timeout 123 mserver --dbpath=$DBFARM/$DBNAME -c All.conf
--set monet_prompt="
-MSERVER="valgrind --leak-check=full --show-reachable=yes --num-callers=20
mserver5 --dbpath=$DBFARM/$DBNAME --set monet_prompt="
+MSERVER="valgrind --leak-check=full --show-reachable=yes --num-callers=20
mserver5 --dbpath=$DBFARM/$DBNAME "
echo "Initialize database"
rm -rf $DBFARM/$DBNAME
#echo 'clients.quit();' | $MSERVER
mkdir -p valgrind
-for f in `ls tst*.mal`
+for f in `cat All`
do
+ echo $f
b=`basename $f .mal`
s=$b.stable
t=valgrind/$b.test
- echo "----" $f $b $s $t
+ echo `date` "----" $f $b $s $t
echo "stdout of test '$b\` in directory 'src/mal\` itself:" > $t.out
echo "stderr of test '$b\` in directory 'src/mal\` itself:" > $t.err
echo `date` $MSERVER $f
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list