Changeset: 3f90a5a28317 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3f90a5a28317 Modified Files: clients/perl/Tests/DBD-bug-2889.pl.in sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl Branch: Aug2011 Log Message:
DBD manyrows test: simplify by not installing the test diffs (28 lines): diff --git a/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat b/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat --- a/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat +++ b/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.bat @@ -3,4 +3,4 @@ prompt # $t $g echo on -DBD-bug-2889.pl %MAPIPORT% %TSTDB% +perl "%TSTSRCDIR%\DBD-manyrows.Bug-2889.pl" %MAPIPORT% %TSTDB% diff --git a/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh b/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh --- a/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh +++ b/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.SQL.sh @@ -1,3 +1,3 @@ #!/bin/sh -Mlog -x "DBD-bug-2889.pl $MAPIPORT $TSTDB" +Mlog -x "perl $TSTSRCDIR/DBD-manyrows.Bug-2889.pl $MAPIPORT $TSTDB" diff --git a/clients/perl/Tests/DBD-bug-2889.pl.in b/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl rename from clients/perl/Tests/DBD-bug-2889.pl.in rename to sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl --- a/clients/perl/Tests/DBD-bug-2889.pl.in +++ b/sql/test/BugTracker-2011/Tests/DBD-manyrows.Bug-2889.pl @@ -1,4 +1,4 @@ -#!@PERL@ +#/usr/bin/env perl # 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 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
