aboutsummaryrefslogtreecommitdiff
blob: f03a28399bb911a1dc582a8c43c8b82c7047e478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/make/build-test.xml b/make/build-test.xml
index 31dc773..e872a0a 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -614,9 +614,11 @@ chmod 644 ${results}/* \${line.separator}
 
     <!-- updates / create the test results zip file -->
     <target name="test-zip-archive" depends="init">
+    	<!--
         <archive.7z destfile="${build}/${test.archive.name}.7z"
                     basedir="${project.root}" 
                     includes="${rootrel.build}/test/results ${rootrel.build}/test/results-x64 ${rootrel.build}/test/results-x32" />
+        -->
     </target>