Author: thomas.diesler(a)jboss.com
Date: 2009-10-06 07:21:14 -0400 (Tue, 06 Oct 2009)
New Revision: 94409
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:
Unify hudson setup
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:13:21 UTC (rev 94408)
+++
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml 2009-10-06
11:21:14 UTC (rev 94409)
@@ -21,11 +21,11 @@
<builders>
<hudson.tasks.Shell>
<command>
-OSGITCKDIR=$WORKSPACE/osgitck-setup
+TCKSETUPDIR=$WORKSPACE/osgitck-setup
TCKHOMEDIR=$OSGITCKDIR/target/osgitck-r4v42
# Setup the TCK
-cd $OSGITCKDIR
+cd $TCKSETUPDIR
cp ant.properties.example ant.properties
# Setup the TCK
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:13:21 UTC (rev 94408)
+++
projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/osgi.core.tests/config.xml 2009-10-06
11:21:14 UTC (rev 94409)
@@ -21,17 +21,19 @@
<builders>
<hudson.tasks.Shell>
<command>
-OSGITCKDIR=$WORKSPACE/osgitck
+TCKSETUPDIR=$WORKSPACE/osgitck-setup
+TCKHOMEDIR=$OSGITCKDIR/target/osgitck-r4v42
# Setup the TCK
-cd $OSGITCKDIR
+cd $TCKSETUPDIR
cp ant.properties.example ant.properties
# Setup the TCK
ant clean setup.jboss
# Run the core tests
-ant tck-core-tests
+cd $TCKHOMEDIR/osgi.ct
+ant osgi.core.tests
</command>
</hudson.tasks.Shell>
</builders>
Show replies by date