tools.deploy: label small-enough? tests

Put a no-op "vocab name" drop in the small-enough? tests so that it's immediately apparent from build farm errors which vocabs are deploying over the limit.
db4
Joe Groff 2011-11-10 19:34:36 -08:00
parent 316426e1ec
commit 88bbffd838
1 changed files with 2 additions and 2 deletions

View File

@ -142,13 +142,13 @@ os macosx? [
[ "<?xml version=\"1.0\" encoding=\"UTF-8\"?><foo>Factor</foo>" ]
[ deploy-test-command ascii [ readln ] with-process-reader ] unit-test
[ ] [ 850000 small-enough? ] unit-test
[ ] [ "tools.deploy.test.20" drop 850000 small-enough? ] unit-test
[ ] [ "tools.deploy.test.21" shake-and-bake ] unit-test
[ "1 2 3" ]
[ deploy-test-command ascii [ readln ] with-process-reader ] unit-test
[ ] [ 800000 small-enough? ] unit-test
[ ] [ "tools.deploy.test.21" drop 800000 small-enough? ] unit-test
[ ] [ "benchmark.ui-panes" shake-and-bake run-temp-image ] unit-test