mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-26 01:03:15 +03:00
tests: Skip pkd_hello_i1 under valgrind
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
@@ -342,7 +342,7 @@ add_custom_target(test_memcheck
|
||||
# FIXME: The threads_pki_rsa test is skipped under valgrind as it times out
|
||||
# Passing suppression file is also stupid so lets go with override here:
|
||||
# https://stackoverflow.com/a/56116311
|
||||
COMMAND ${CMAKE_CTEST_COMMAND} -E torture_threads_pki_rsa
|
||||
COMMAND ${CMAKE_CTEST_COMMAND} -E torture_threads_pki_rsa -E pkd_hello_i1
|
||||
--output-on-failure --force-new-ctest-process --test-action memcheck
|
||||
--overwrite MemoryCheckSuppressionFile=${CMAKE_SOURCE_DIR}/tests/valgrind.supp
|
||||
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}")
|
||||
|
||||
Reference in New Issue
Block a user