Skip to content

Commit

Permalink
workaround for non-existing destination dir
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Oct 15, 2024
1 parent 5550f27 commit b47bd54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testing/ant-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
For general information about XQSuite see http://exist-db.org/exist/apps/doc/xqsuite.xml
</description>

<!--
Hard coded here which should actually be a dependency.
Yet, the current setup needs sencha for creating this
so I simply put it here, too
-->
<mkdir dir="${temp.dir}"/>

<!-- Retrieve the unit tests from the eXistdb -->
<get src="${xqunit-url}" dest="${temp.dir}/xqunit-tests-results.xml"/>

Expand Down

0 comments on commit b47bd54

Please sign in to comment.