From 335f1c54e598af6088ac6f0c7b98793ea2854ae2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2011 12:36:25 +0200 Subject: Get rid of special tracer database The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged. --- test/unix/build | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'test/unix/build') diff --git a/test/unix/build b/test/unix/build index e6ebf22..009c88e 100755 --- a/test/unix/build +++ b/test/unix/build @@ -95,8 +95,8 @@ src=/tmp/pack v=`echo $src/libodb-?.*.tar.bz2 | sed -e "s%$src/libodb-\(.*\).tar.bz2%\1%"` cutl_v=`echo $src/../libcutl-?.*.tar.bz2 | sed -e "s%$src/\.\./libcutl-\(.*\).tar.bz2%\1%"` -install_packs="libodb libodb-pgsql libodb-sqlite libodb-mysql libodb-tracer \ -libodb-boost libodb-qt odb" +install_packs="libodb libodb-pgsql libodb-sqlite libodb-mysql libodb-boost \ +libodb-qt odb" packs=$install_packs @@ -185,18 +185,6 @@ for d in $db; do cd .. done -# Build libodb-tracer. -# -cd libodb-tracer - -if [ $rebuild = y -o ! -f Makefile ]; then - ./configure CXX=$cxx -fi - -make -j $jobs -sudo make install -cd .. - # Build libodb-boost. # cd libodb-boost -- cgit v1.1