There is no unecessary output on stderr when building.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@7710 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
ff8b5b0c6e
commit
139b8dc984
|
@ -496,7 +496,7 @@ BUILD QUICK-TEST LAYER
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test.quick" depends="build">
|
<target name="test.quick" depends="build">
|
||||||
<echo level="error"
|
<echo level="info"
|
||||||
message="Ant test bench is not available yet."/>
|
message="Ant test bench is not available yet."/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -654,7 +654,7 @@ TEST
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="test.strap" depends="build.strap">
|
<target name="test.strap" depends="build.strap">
|
||||||
<echo level="error" message="Ant test bench is not available yet."/>
|
<echo level="info" message="Ant test bench is not available yet."/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ===========================================================================
|
<!-- ===========================================================================
|
||||||
|
|
Loading…
Reference in New Issue