summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/linearstore
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2015-04-03 18:59:47 +0000
committerAlan Conway <aconway@apache.org>2015-04-03 18:59:47 +0000
commit47f4f5148f7a6f4fa3c214cc2efd4e4a3f44641c (patch)
tree0c1bb11fad453248ca6b982487963fcd06a5094e /qpid/cpp/src/tests/linearstore
parentadf734ee29572f09465adc7d92caee4f96f1d074 (diff)
downloadqpid-python-47f4f5148f7a6f4fa3c214cc2efd4e4a3f44641c.tar.gz
QPID-6399: Fix store tests for run_test option syntax change.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1671128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/linearstore')
-rw-r--r--qpid/cpp/src/tests/linearstore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/linearstore/CMakeLists.txt b/qpid/cpp/src/tests/linearstore/CMakeLists.txt
index 996a8c63c1..bf6c164818 100644
--- a/qpid/cpp/src/tests/linearstore/CMakeLists.txt
+++ b/qpid/cpp/src/tests/linearstore/CMakeLists.txt
@@ -21,7 +21,7 @@ if(BUILD_LINEARSTORE AND BUILD_TESTING)
message(STATUS "Building linearstore tests")
-set(test_wrap ${shell} ${CMAKE_SOURCE_DIR}/src/tests/run_test${test_script_suffix} --build-dir=${CMAKE_BINARY_DIR})
+set(test_wrap ${shell} ${CMAKE_SOURCE_DIR}/src/tests/run_test${test_script_suffix} -buildDir=${CMAKE_BINARY_DIR})
add_test (linearstore_python_tests ${test_wrap} -- ${CMAKE_CURRENT_SOURCE_DIR}/run_python_tests${test_script_suffix})