[ooo-build-commit] .: bin/ooconvwatch
Miklos Vajna
vmiklos at kemper.freedesktop.org
Mon Jul 19 11:00:22 PDT 2010
bin/ooconvwatch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dc90a04e37db97e5e418c964061473c27bf55015
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Mon Jul 19 19:59:24 2010 +0200
ooconvwatch: don't write directly to /tmp
* bin/ooconvwatch: Write to /tmp/convwatch, not to /tmp
This way one can just rm -rf /tmp/convwatch if the results are no longer
needed.
diff --git a/bin/ooconvwatch b/bin/ooconvwatch
index 52bc30c..a101f64 100755
--- a/bin/ooconvwatch
+++ b/bin/ooconvwatch
@@ -46,8 +46,8 @@ shift $(($OPTIND - 1))
# craft ini file for java tests
cat > props.ini <<EOF
DOC_COMPARATOR_INPUT_PATH=$DIR
-DOC_COMPARATOR_REFERENCE_PATH=/tmp
-DOC_COMPARATOR_OUTPUT_PATH=/tmp
+DOC_COMPARATOR_REFERENCE_PATH=/tmp/convwatch
+DOC_COMPARATOR_OUTPUT_PATH=/tmp/convwatch
ConnectionString=pipe,name=none
EOF
echo "AppExecutionCommand=`pwd`/soffice -norestore -nocrashreport -headless -accept=pipe,name=none;urp;" >> props.ini
More information about the ooo-build-commit
mailing list