Skip to content

Commit

Permalink
Merge r1902075 from apr/trunk:
Browse files Browse the repository at this point in the history
* CMakeLists.txt: Pass '-v' to testall.exe when running tests.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920383 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 2, 2024
1 parent 042711f commit fc5a4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ IF(APR_BUILD_TESTAPR)
ENDIF()

FOREACH(test ${APR_TEST_SUITES})
ADD_TEST(NAME ${test} COMMAND testall ${test})
ADD_TEST(NAME ${test} COMMAND testall -v ${test})
ENDFOREACH()

ADD_EXECUTABLE(dbd test/dbd.c)
Expand Down

0 comments on commit fc5a4d4

Please sign in to comment.