summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2016-07-21 19:26:12 +0300
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-09 13:33:29 +0000
commit3011a704d9ff8ddd052165150a5cd91166fad69d (patch)
tree2791fd2ccd3865c19acff94935ce3dcc57604369 /bin
parent5cb52cf97d04859c0c730cf03430254041d6388b (diff)
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>
Diffstat (limited to 'bin')
-rw-r--r--bin/officeotron.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/officeotron.sh.in b/bin/officeotron.sh.in
new file mode 100644
index 000000000000..7281f1bcd17c
--- /dev/null
+++ b/bin/officeotron.sh.in
@@ -0,0 +1,2 @@
+#!/usr/bin/env bash
+java -jar @TARFILE_LOCATION@/@OFFICEOTRON_JAR@ "$@"