Author: thomas.diesler(a)jboss.com
Date: 2009-10-06 07:28:24 -0400 (Tue, 06 Oct 2009)
New Revision: 94410
Modified:
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml
Log:
Fix typo
Modified:
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml
===================================================================
---
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml 2009-10-06
11:21:14 UTC (rev 94409)
+++
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml 2009-10-06
11:28:24 UTC (rev 94410)
@@ -22,7 +22,7 @@
<hudson.tasks.Shell>
<command>
TCKSETUPDIR=$WORKSPACE/osgitck-setup
-TCKHOMEDIR=$OSGITCKDIR/target/osgitck-r4v42
+TCKHOMEDIR=$TCKSETUPDIR/target/osgitck-r4v42
# Setup the TCK
cd $TCKSETUPDIR
Modified:
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml
===================================================================
---
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml 2009-10-06
11:21:14 UTC (rev 94409)
+++
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml 2009-10-06
11:28:24 UTC (rev 94410)
@@ -22,14 +22,14 @@
<hudson.tasks.Shell>
<command>
TCKSETUPDIR=$WORKSPACE/osgitck-setup
-TCKHOMEDIR=$OSGITCKDIR/target/osgitck-r4v42
+TCKHOMEDIR=$TCKSETUPDIR/target/osgitck-r4v42
# Setup the TCK
cd $TCKSETUPDIR
cp ant.properties.example ant.properties
# Setup the TCK
-ant clean setup.jboss
+ant clean setup.ri
# Run the core tests
cd $TCKHOMEDIR/osgi.ct
Show replies by date