diff options
| author | Alan Conway <aconway@apache.org> | 2015-04-03 18:59:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2015-04-03 18:59:47 +0000 |
| commit | 47f4f5148f7a6f4fa3c214cc2efd4e4a3f44641c (patch) | |
| tree | 0c1bb11fad453248ca6b982487963fcd06a5094e /qpid/cpp/src/tests/linearstore | |
| parent | adf734ee29572f09465adc7d92caee4f96f1d074 (diff) | |
| download | qpid-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.txt | 2 |
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}) |
