[kaffe] CVS kaffe (robilad): Fixlet for regression test security provider url

Kaffe CVS cvs-commits at kaffe.org
Thu Mar 31 05:25:13 PST 2005


PatchSet 5625 
Date: 2005/03/31 13:19:53
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixlet for regression test security provider url

2005-03-31  Dalibor Topic  <robilad at kaffe.org>

* test/regression/TestScript.in (SECURITY_PROVIDER_URL):
Use absolute path instead of realtive one to avoid problems with
build and source directories being on different NFS volumes.

Reported by:  Riccardo Mottola <zuse at libero.it>

Members: 
	ChangeLog:1.3796->1.3797 
	test/regression/TestScript.in:1.46->1.47 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3796 kaffe/ChangeLog:1.3797
--- kaffe/ChangeLog:1.3796	Thu Mar 31 11:55:06 2005
+++ kaffe/ChangeLog	Thu Mar 31 13:19:53 2005
@@ -1,5 +1,13 @@
 2005-03-31  Dalibor Topic  <robilad at kaffe.org>
 
+	* test/regression/TestScript.in (SECURITY_PROVIDER_URL): 
+	Use absolute path instead of realtive one to avoid problems with
+	build and source directories being on different NFS volumes.
+
+	Reported by:  Riccardo Mottola <zuse at libero.it>
+
+2005-03-31  Dalibor Topic  <robilad at kaffe.org>
+
 	* configure.ac: Set warning leel back to 
 	-Wall to sort the most important ones out first.
 
Index: kaffe/test/regression/TestScript.in
diff -u kaffe/test/regression/TestScript.in:1.46 kaffe/test/regression/TestScript.in:1.47
--- kaffe/test/regression/TestScript.in:1.46	Thu Jan 20 21:38:12 2005
+++ kaffe/test/regression/TestScript.in	Thu Mar 31 13:19:56 2005
@@ -69,8 +69,8 @@
 	RESULT="$1.fail"
 	TMPRESULT="$1.tmp"
 	# Use security provider from source code
-#	SECURITY_PROVIDER_URL=-Dgnu.classpath.home.url=file://@top_srcdir@/libraries/clib/
-	SECURITY_PROVIDER_URL="-Dgnu.classpath.home.url=file://`pwd`/@top_srcdir@/libraries/clib/"
+#	SECURITY_PROVIDER_URL=-Dgnu.classpath.home.url=file://@abssrcdir@/libraries/clib/
+	SECURITY_PROVIDER_URL="-Dgnu.classpath.home.url=file://@abssrcdir@/libraries/clib/"
 	$VERBOSE $JAVA $SECURITY_PROVIDER_URL ${JAVA_TEST_FLAGS} $*
 	env CLASSPATH=${CLASSPATH}${PATHSEP}run_time $JAVA $SECURITY_PROVIDER_URL ${JAVA_TEST_FLAGS} $* <&0 >$TMPRESULT 2>&1 &
 	error=$?




More information about the kaffe mailing list