From 1caf227426e5da08bef57c17cbe5e6eef19cf609 Mon Sep 17 00:00:00 2001 From: Hiromu OCHIAI Date: Fri, 27 Sep 2019 03:07:17 -0300 Subject: [PATCH] Fix FreeBSD runtime test --- test/runtimes/freebsd.Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtimes/freebsd.Vagrantfile b/test/runtimes/freebsd.Vagrantfile index 3f817b7..fbac020 100644 --- a/test/runtimes/freebsd.Vagrantfile +++ b/test/runtimes/freebsd.Vagrantfile @@ -11,6 +11,8 @@ Vagrant.configure("2") do |config| config.vm.provision :shell, :inline => ' pkg install -y --quiet tesseract git go + mv /usr/local/share/tessdata/*.traineddata /tmp + mv /tmp/eng.traineddata /usr/local/share/tessdata/ export GOPATH=~/go go get -t github.com/otiai10/gosseract '