summaryrefslogtreecommitdiff
path: root/status
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-12-17 15:51:34 +0200
committerPeter Dimov <pdimov@pdimov.com>2017-12-21 18:28:09 +0200
commit849f05775540afdcede51e27bb433b22e5b11f0e (patch)
treea73cf47d73171c9d847ee96b993d781e501af783 /status
parentdb38e761b34a5d2da02f0f106e2f70ba3a04140e (diff)
downloadboost-849f05775540afdcede51e27bb433b22e5b11f0e.tar.gz
Remove quickbook from status as it breaks --dump-tests
Diffstat (limited to 'status')
-rw-r--r--status/Jamfile.v24
1 files 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 ;