From feabbee0980dbcb4e13f23b0a8c976cc5ca20c11 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Mon, 6 Feb 2023 20:10:28 +0800 Subject: [PATCH] disabled terminate test for freebsd. --- test/Jamfile.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 5da375b9..dd875514 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -111,7 +111,7 @@ test-suite with-valgrind : [ run system_test2.cpp filesystem system : [ test-options system_test2 ] : sparring_partner ] [ run spawn.cpp filesystem system : [ test-options spawn ] : sparring_partner ] [ run start_dir.cpp filesystem system : [ test-options start_dir ] : sparring_partner ] - [ run terminate.cpp system filesystem : [ test-options terminate ] : sparring_partner ] + [ run terminate.cpp system filesystem : [ test-options terminate ] : sparring_partner : freebsd:no ] [ run throw_on_error.cpp system filesystem : [ test-options throw_on_error ] : sparring_partner ] [ run wait.cpp system filesystem : [ test-options wait ] : sparring_partner ] [ run wait_for.cpp system filesystem : [ test-options wait_for ] : sparring_partner ]