Remove quickbook from status as it breaks --dump-tests

This commit is contained in:
Peter Dimov 2017-12-17 15:51:34 +02:00
parent db38e761b3
commit 849f057755

View file

@ -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 ;