From 4c7b5e920297e2ba472f3961d1545980c5c4f165 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sat, 5 Jan 2008 06:49:20 +0000 Subject: [PATCH] fix "re-test" path --- releng.control/cc_config.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 2e6176f3b..d06396268 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -122,8 +122,9 @@ </schedule> </project> - <!-- - <property + <!-- skipCleanBuild causes the most recent build + to be re-used to do the Unit Tests + <property name="skipCleanBuild" value="yes" /> --> @@ -382,9 +383,6 @@ <property name="build.pack-all-in-one" value="true" /> - <property - name="skipCleanBuild" - value="yes" /> </ant> </schedule> </project> -- GitLab