nixpkgs/nixos/doc/manual/development
aszlig 8be00dc71d
nixos/test-driver: Make tesseract OCR optional.
By default this is now enabled, and it has to be explicitely enabled
using "enableOCR = true". If it is set to false, any usage of
getScreenText or waitForText will fail with an error suggesting to pass
enableOCR.

This should get rid of the rather large dependency on tesseract which
we don't need for most tests.

Note, that I'm using system("type -P") here to check whether tesseract
is in PATH. I know it's a bashism but we already have other bashisms
within the test scripts and we also run it with bash, so IMHO it's not a
problem here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-22 07:21:58 +02:00
..
building-nixos.xml
building-parts.xml
development.xml
nixos-tests.xml
option-declarations.xml
option-def.xml
running-nixos-tests-interactively.xml
running-nixos-tests.xml
sources.xml
testing-installer.xml
writing-modules.xml
writing-nixos-tests.xml nixos/test-driver: Make tesseract OCR optional. 2015-05-22 07:21:58 +02:00