Skip to content
Snippets Groups Projects
Commit efc103a8 authored by david_williams's avatar david_williams
Browse files

358476 - Need Test "Harness" to ensure not too many network requests some from WTP

parent 204cb1e7
No related branches found
No related tags found
No related merge requests found
......@@ -422,7 +422,15 @@
<include name="*.html"/>
</fileset>
</copy>
<copy
<copy
todir="${buildDirectory}/${buildLabel}/testResults/httplogstest"
overwrite="true"
failonerror="false">
<fileset dir="${testRoot}/results/httplogstest">
<include name="*.log"/>
</fileset>
</copy>
<copy
todir="${buildDirectory}/${buildLabel}/testResults/"
overwrite="true"
failonerror="false">
......
......@@ -435,6 +435,14 @@
<include name="*.html"/>
</fileset>
</copy>
<copy
todir="${buildDirectory}/${buildLabel}/testResults/httplogstest"
overwrite="true"
failonerror="false">
<fileset dir="${testRoot}/results/httplogstest">
<include name="*.log"/>
</fileset>
</copy>
<copy
todir="${buildDirectory}/${buildLabel}/testResults/"
overwrite="true"
......
......@@ -436,6 +436,14 @@
</fileset>
</copy>
<copy
todir="${buildDirectory}/${buildLabel}/testResults/httplogstest"
overwrite="true"
failonerror="false">
<fileset dir="${testRoot}/results/httplogstest">
<include name="*.log"/>
</fileset>
</copy>
<copy
todir="${buildDirectory}/${buildLabel}/testResults/"
overwrite="true"
failonerror="false">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment