[Libreoffice-commits] .: bin/run-tests.sh

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Fri Dec 3 02:35:09 PST 2010


 bin/run-tests.sh |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5a4546b95f4e1292fe25db7e34ba0c1024e10bd5
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Fri Dec 3 11:34:20 2010 +0100

    Tests run script: fixed some annoying unsupported relative path as param

diff --git a/bin/run-tests.sh b/bin/run-tests.sh
index 2b93980..a131a9c 100755
--- a/bin/run-tests.sh
+++ b/bin/run-tests.sh
@@ -13,6 +13,9 @@
 
 # Get the oo installation to improve
 ooinstall=$1
+if test "${ooinstall:0:1}" != "/"; then
+    ooinstall=`pwd`/$ooinstall
+fi
 
 # Load the whole ooo-build config
 . `dirname $0`/setup >/dev/null 2>&1


More information about the Libreoffice-commits mailing list