Changeset: 3773af6eda00 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3773af6eda00 Modified Files: sql/src/test/test.sh sql/src/test/test.sh2 Branch: Oct2010 Log Message:
drop obsolete, and very local, scripts diffs (63 lines): diff -r 66d43faf103e -r 3773af6eda00 sql/src/test/test.sh --- a/sql/src/test/test.sh Wed Oct 27 10:06:27 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -#!/bin/sh - -# The contents of this file are subject to the MonetDB Public License -# Version 1.1 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the -# License for the specific language governing rights and limitations -# under the License. -# -# The Original Code is the MonetDB Database System. -# -# The Initial Developer of the Original Code is CWI. -# Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -# Copyright August 2008-2010 MonetDB B.V. -# All Rights Reserved. - -PWD=`pwd` - -rm -rf /ufs/niels/data/dbfarm/sql -Mcreatedb -db sql -Mserver -db sql ../parser/catalog.mil ../parser/sql.mil <<EOF -sql( "$PWD/as3ap.sql", "-", 1); -quit; -EOF diff -r 66d43faf103e -r 3773af6eda00 sql/src/test/test.sh2 --- a/sql/src/test/test.sh2 Wed Oct 27 10:06:27 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,28 +0,0 @@ -#!/bin/sh - -# The contents of this file are subject to the MonetDB Public License -# Version 1.1 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the -# License for the specific language governing rights and limitations -# under the License. -# -# The Original Code is the MonetDB Database System. -# -# The Initial Developer of the Original Code is CWI. -# Portions created by CWI are Copyright (C) 1997-July 2008 CWI. -# Copyright August 2008-2010 MonetDB B.V. -# All Rights Reserved. - -mclient <<EOF -module(io); -quit; -EOF - -mclient <<EOF -module(io); -quit; -EOF _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
