diff options
author | Amitay Isaacs <amitay@gmail.com> | 2014-06-23 15:48:37 +1000 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2014-06-24 07:23:13 +0200 |
commit | a0d207001a8ddb077d0ec52d54a90efac652989d (patch) | |
tree | 313f852f0bfb35987ee4024491a3c9e5e2276196 /ctdb | |
parent | 4f6d668cfa7c34c10cf180f3cef84b151eba5ea1 (diff) | |
download | samba-a0d207001a8ddb077d0ec52d54a90efac652989d.tar.gz samba-a0d207001a8ddb077d0ec52d54a90efac652989d.tar.xz samba-a0d207001a8ddb077d0ec52d54a90efac652989d.zip |
ctdb-build: Use correct path variables for ctdb_run_tests.sh
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb')
-rwxr-xr-x | ctdb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript index 1dcc11cbc2..159fc8f0c9 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -488,7 +488,7 @@ def build(bld): rule='sed -e "%s" ${SRC} > ${TGT}' % sed_expr) sed_expr1 = 's@^test_dir=.*@test_dir=%s\\nexport TEST_BIN_DIR=\"%s\"@' % ( - bld.env.CTDB_DATA_DIR, bld.env.CTDB_LIBDIR) + bld.env.CTDB_TEST_DATADIR, bld.env.CTDB_TEST_LIBDIR) sed_expr2 = 's@^\(export CTDB_TESTS_ARE_INSTALLED\)=false@\1=true@' bld.SAMBA_GENERATOR('ctdb-test-runner', source='tests/run_tests.sh', |