~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to tests/unit/lua/lua-tests-wrapper.sh.in

  • Committer: Kay Roepke
  • Date: 2009-06-03 12:51:29 UTC
  • mto: This revision was merged to the branch mainline in revision 639.
  • Revision ID: kay@sun.com-20090603125129-26oso9ov7yinwocg
add autoconf/aclocal files we should never commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  $%BEGINLICENSE%$
2
 
#  Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
3
 
4
 
#  This program is free software; you can redistribute it and/or
5
 
#  modify it under the terms of the GNU General Public License as
6
 
#  published by the Free Software Foundation; version 2 of the
7
 
#  License.
8
 
9
 
#  This program is distributed in the hope that it will be useful,
10
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
 
#  GNU General Public License for more details.
13
 
14
 
#  You should have received a copy of the GNU General Public License
15
 
#  along with this program; if not, write to the Free Software
16
 
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
17
 
#  02110-1301  USA
18
 
19
 
#  $%ENDLICENSE%$
20
 
#!/bin/sh
21
 
 
22
 
## Jan's automated gdb-backtrace-generator
23
 
# PROXY_TRACE="gdb --batch --command=/Users/jan/projects/in-bzr/mysql-lb/backtrace.gdb --args " \
24
 
MYSQL_TEST_BIN="/usr/local/mysql/bin/mysqltest" \
25
 
LUA_USER_PATH="@CMAKE_SOURCE_DIR@/lib/?.lua" \
26
 
LUA_CPATH="@CMAKE_SOURCE_DIR@/build-lib/lib?@CMAKE_SHARED_LIBRARY_SUFFIX@" \
27
 
top_builddir=@CMAKE_BINARY_DIR@ \
28
 
builddir=@CMAKE_CURRENT_BINARY_DIR@ \
29
 
srcdir=@CMAKE_CURRENT_SOURCE_DIR@/ \
30
 
PROXY_LIBPATH=@CMAKE_SOURCE_DIR@/build/ \
31
 
PROXY_BINPATH=@CMAKE_SOURCE_DIR@/build-src/mysql-proxy \
32
 
exec $@