|
From: Ben W. <bw...@us...> - 2003-10-08 08:01:09
|
User: bwang00
Date: 03/10/08 01:01:07
Modified: . build.xml
Log:
Forgot to restore the one-test setting
Revision Changes Path
1.299 +1 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- build.xml 8 Oct 2003 07:37:34 -0000 1.298
+++ build.xml 8 Oct 2003 08:01:00 -0000 1.299
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.298 2003/10/08 07:37:34 bwang00 Exp $ -->
+<!-- $Id: build.xml,v 1.299 2003/10/08 08:01:00 bwang00 Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -5435,10 +5435,7 @@
| Here you specify the testcase class, not the directory
-->
-<!--
<target name="one-test" depends="maybejars" if="test"
--->
- <target name="one-test" depends="compile-classes-only" if="test"
description="Execute a single test.">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.testlog}"/>
|