From 3011a704d9ff8ddd052165150a5cd91166fad69d Mon Sep 17 00:00:00 2001 From: Vasily Melenchuk Date: Thu, 21 Jul 2016 19:26:12 +0300 Subject: 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 Reviewed-by: Thorsten Behrens --- bin/officeotron.sh.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bin/officeotron.sh.in (limited to 'bin/officeotron.sh.in') 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@ "$@" -- cgit