Skip to content

Commit

Permalink
Fix report folder
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Apr 20, 2022
1 parent fd5ab2f commit 0a7e19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appserver/tests/tck/expression_language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ mvn clean install -Drun.test="com/sun/ts/tests/el/api/jakarta_el/methodexpressio
<tck-setting key="report.dir" value="${tck.home}/expression-languagereport/expression-language"/>
<tck-setting key="work.dir" value="${tck.home}/expression-languagework/expression-language"/>

<mkdir dir="${tck.home}/expression-languagetckreport"/>
<mkdir dir="${tck.home}/expression-languagetckreport/expression-languagetck"/>
<mkdir dir="${tck.home}/expression-languagereport"/>
<mkdir dir="${tck.home}/expression-languagetckreport/expression-language"/>

<replace file="${tck.home}/bin/xml/ts.top.import.xml">
<replacetoken><![CDATA[<jvmarg value="-Xmx512m"/>]]></replacetoken>
Expand Down

0 comments on commit 0a7e19e

Please sign in to comment.