From e6b93ff477d7c789b786b059dcab1f66e5aae013 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Jun 2013 15:02:51 +0200 Subject: Use database name in options and driver files (autotools part) --- evolution/tester | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100755 evolution/tester (limited to 'evolution/tester') diff --git a/evolution/tester b/evolution/tester deleted file mode 100755 index 2aecea6..0000000 --- a/evolution/tester +++ /dev/null @@ -1,40 +0,0 @@ -#! /bin/sh - -# file : evolution/tester -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC -# license : GNU GPL v2; see accompanying LICENSE file - -# -# Run an evolution test. The test driver is in the current directory. The -# data files, if any, are in $srcdir. -# - -if test -f test1.sql; then - # Standalone schema. - # - - # Drop everything. - $top_builddir/db-driver test3.sql || exit 1 - $top_builddir/db-driver test2.sql || exit 1 - $top_builddir/db-driver test1.sql || exit 1 - - # Base schema. - $top_builddir/db-driver test3-002-pre.sql || exit 1 - $top_builddir/db-driver test3-002-post.sql || exit 1 - ./driver --options-file "$top_builddir/db.options" 1 || exit 1 - - # Migration. - $top_builddir/db-driver test3-003-pre.sql || exit 1 - ./driver --options-file "$top_builddir/db.options" 2 || exit 1 - $top_builddir/db-driver test3-003-post.sql || exit 1 - - # Current schema. - ./driver --options-file "$top_builddir/db.options" 3 || exit 1 - -else - # Embedded schema. Just run the driver. - # - ./driver --options-file "$top_builddir/db.options" 1 || exit 1 - ./driver --options-file "$top_builddir/db.options" 2 || exit 1 - ./driver --options-file "$top_builddir/db.options" 3 || exit 1 -fi -- cgit v1.1