From 5cd8219db6dea6b7d3f003aaa56e4e1ae8a789d1 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Mon, 27 Jan 2020 13:49:47 +0100 Subject: [PATCH] Remove annoying message at start of build. --- src/tests/system/libroot/posix/Jamfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/system/libroot/posix/Jamfile b/src/tests/system/libroot/posix/Jamfile index 054b4f694f..a6d2056944 100644 --- a/src/tests/system/libroot/posix/Jamfile +++ b/src/tests/system/libroot/posix/Jamfile @@ -27,8 +27,6 @@ SimpleTest setpgid_test : setpgid_test.cpp ; SimpleTest setjmp_test : setjmp_test.c ; if $(TARGET_ARCH) = x86 { SimpleTest setjmp_test2 : setjmp_test2.S ; -} else { - echo "Skipping setjmp_test2.S test on non-x86" ; } SimpleTest signal_in_allocator_test : signal_in_allocator_test.cpp ; SimpleTest signal_in_allocator_test2 : signal_in_allocator_test2.cpp ;