Skip to content

Commit 1d2a6bf

Browse files
committed
Set TLC's metadir to build/states
1 parent 8a3d05c commit 1d2a6bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
<sysproperty key="tlc2.TLC.ide" value="azure-pipeline"/>
5353
<sysproperty key="util.ExecutionStatisticsCollector.id" value="01ed03e40ba44f278a934849dd2b1038"/>
5454

55+
<arg value="-metadir"/>
56+
<arg value="${basedir}/build/states"/>
57+
<arg value="-cleanup"/>
5558
<arg value="${basedir}/tests/AllTests"/>
5659

5760
<classpath>
@@ -69,6 +72,5 @@
6972
<delete dir="${build}"/>
7073
<delete dir="${dist}"/>
7174
<delete dir="${tlc}"/>
72-
<delete dir="${tests}/states"/>
7375
</target>
7476
</project>

0 commit comments

Comments
 (0)