Author: kgiusti
Date: Thu Mar 28 17:46:06 2013
New Revision: 1462234
URL: http://svn.apache.org/r1462234
Log:
PROTON-279: add test failure regular expression check
Modified:
qpid/proton/trunk/proton-c/CMakeLists.txt
Modified: qpid/proton/trunk/proton-c/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/CMakeLists.txt?rev=1462234&r1=1462233&r2=1462234&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/CMakeLists.txt Thu Mar 28 17:46:06 2013
@@ -380,6 +380,7 @@ endif (CMAKE_SYSTEM_NAME STREQUAL Window
add_test (python-test python ${env_py}
"PATH=${py_path}" "PYTHONPATH=${py_pythonpath}" ${VALGRIND_ENV}
${PYTHON_EXECUTABLE} "${py_root}/proton-test")
+set_tests_properties(python-test PROPERTIES PASS_REGULAR_EXPRESSION "Totals:
.* 0 failed")
find_program(ruby_exe "ruby")
if (ruby_exe)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]