This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".
The branch master has been updated
via 2accd5a1b262836359b913a5ca0b84f2923648c5 (commit)
from 0df9a413fc78811a4ba096e08aaa0f1c76248bef (commit)
Summary of changes:
test/CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 2accd5a1b262836359b913a5ca0b84f2923648c5
Author: Konstantin Osipov <[email protected]>
Date: Fri Feb 25 01:29:00 2011 +0300
Make 'make test' goal operational on hosts with old python.
Make 'make test' goal operational on hosts with old
python or python somewhere else than /usr/bin.
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index a34de08..c65f90e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,5 +1,5 @@
add_custom_target(test
- COMMAND ${PROJECT_SOURCE_DIR}/test/test-run.py
--bindir=${PROJECT_BINARY_DIR}/mod/silverbox
--vardir=${PROJECT_BINARY_DIR}/test/var
+ COMMAND python ${PROJECT_SOURCE_DIR}/test/test-run.py
--bindir=${PROJECT_BINARY_DIR}/mod/silverbox
--vardir=${PROJECT_BINARY_DIR}/test/var
)
install (PROGRAMS tarantool DESTINATION bin)
--
Tarantool -- an efficient key/value data store
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp