office-gobmx/bin/officeotron.sh.in
Vasily Melenchuk 3011a704d9 officeotron usage in export tests without external dependencies
officeotron is a OOXML documents validator which can be used for
verification of export files in tests. Previously it was possible
to use it only from external repository with extra build steps.

Change-Id: Iae6ec3695fdfaf738d180405047ff04b2024c906
Reviewed-on: https://gerrit.libreoffice.org/27388
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-08-09 13:33:29 +00:00

2 lines
72 B
Bash

#!/usr/bin/env bash
java -jar @TARFILE_LOCATION@/@OFFICEOTRON_JAR@ "$@"