/hg/buildbot: Use JTRegCheck for icedtea-web tests.

mjw at icedtea.classpath.org mjw at icedtea.classpath.org
Thu Mar 10 10:13:11 PST 2011


changeset 188ff8275f72 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=188ff8275f72
author: Mark Wielaard <mark at klomp.org>
date: Thu Mar 10 19:13:05 2011 +0100

	Use JTRegCheck for icedtea-web tests.


diffstat:

 icedtea/master.cfg |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1e133a09a04d -r 188ff8275f72 icedtea/master.cfg
--- a/icedtea/master.cfg	Sun Mar 06 22:34:15 2011 +0100
+++ b/icedtea/master.cfg	Thu Mar 10 19:13:05 2011 +0100
@@ -187,7 +187,7 @@
 #f1.addStep(ShellCommand(command=["mkdir", "build"], description="create build dir"))
 f1.addStep(Configure(command=["../src/configure"], workdir="build"))
 f1.addStep(Compile(command=["make", "-j4"], workdir="build"))
-f1.addStep(Test(command=["make", "check"], workdir="build"))
+f1.addStep(JTRegCheck(command=["make", "check"], workdir="build"))
 icedtea_web_builder_x86_64 = { 'name': "icedtea-web-squeeze-x86_64",
                                'slavenames': ["squeeze-x86_64"],
                                'builddir': "icedtea-web",
@@ -200,7 +200,7 @@
 f1arm.addStep(Configure(command=["../src/configure", "--disable-docs"],
                                  workdir="build"))
 f1arm.addStep(Compile(command=["make", "-j2"], workdir="build"))
-f1arm.addStep(Test(command=["make", "check"], workdir="build"))
+f1arm.addStep(JTRegCheck(command=["make", "check"], workdir="build"))
 
 icedtea_web_builder_squeeze_armv5tel = { 'name': "icedtea-web-squeeze-armv5tel",
                                'slavenames': ["squeeze-armv5tel"],



More information about the distro-pkg-dev mailing list