From 88c5bb0a51a9ef693a2be97e475a68e6abe0dfed Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Wed, 25 Nov 2015 00:49:51 +0100 Subject: [PATCH] Updated Bots (markdown) --- Bots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bots.md b/Bots.md index 8b841fe..49e47a9 100644 --- a/Bots.md +++ b/Bots.md @@ -10,7 +10,7 @@ While we use Travis CI for linting, we use the bots for all other tasks like gen - `unittest` (runs the unit tests) - `fonttest` (runs the font tests) - `test` (runs all tests, i.e., the unit tests, font tests and reference tests) -- `makeref` (generates new reference images for the reference tests when a pull request has an influence on them, i.e., if rendering is different) +- `makeref` (generates new reference images for the reference tests, for instance when a pull request changes the rendering of some PDFs) Characteristics ---------------