jvanzyl 2004/02/16 08:24:39
Modified: maven-mboot/src/bash maven.functions
Log:
o correcting path that is used when running the tests
Revision Changes Path
1.25 +2 -2 maven-components/maven-mboot/src/bash/maven.functions
Index: maven.functions
===================================================================
RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- maven.functions 13 Feb 2004 21:20:58 -0000 1.24
+++ maven.functions 16 Feb 2004 16:24:38 -0000 1.25
@@ -165,7 +165,7 @@
home=`pwd`
cd $1
-
+
# Look for source directory in project.xml
sourceDirectory=`grep sourceDirectory project.xml | sed -e
's/^*//;s/<sourceDirectory>//;s/<\/sourceDirectory>//;s/\${basedir}\///'`
@@ -237,7 +237,7 @@
# We only need the booter jar in the classpath, it will load everything else.
- runTests
".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-booter-1.0.jar" "$home"
"$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
+ runTests
".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-booter-1.0.jar" "$1"
"$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
if [ "$2" = "default" ]
then
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]