From 849f05775540afdcede51e27bb433b22e5b11f0e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 17 Dec 2017 15:51:34 +0200 Subject: [PATCH] Remove quickbook from status as it breaks --dump-tests --- status/Jamfile.v2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status/Jamfile.v2 b/status/Jamfile.v2 index e058af3dfd..a919a729a8 100644 --- a/status/Jamfile.v2 +++ b/status/Jamfile.v2 @@ -195,9 +195,9 @@ libs-to-test = [ SORT $(libs-to-test) ] ; run-tests libs : $(libs-to-test)/test ; # Tests from Jamfiles in tools/ -# Please keep these in alphabetic order +# Please keep these in alphabetical order -local tools-to-test = bcp quickbook ; +local tools-to-test = bcp ; run-tests tools : $(tools-to-test)/test ;