Merge pull request #2292 from asmorkalov:ocv_deb_tests_script_path_fix

This commit is contained in:
Roman Donchenko 2014-02-06 14:59:31 +04:00 committed by OpenCV Buildbot
commit e91b818e3e

View File

@ -1,6 +1,6 @@
#!/bin/sh
OPENCV_TEST_PATH=@OPENCV_TEST_INSTALL_PATH@
OPENCV_TEST_PATH=@CMAKE_INSTALL_PREFIX@/@OPENCV_TEST_INSTALL_PATH@
export OPENCV_TEST_DATA_PATH=@CMAKE_INSTALL_PREFIX@/share/OpenCV/testdata
SUMMARY_STATUS=0