From 1ee76e840efa07095ede332705cbb146a4dc8f5c Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Wed, 14 Feb 2007 22:02:45 +0000
Subject: [PATCH] fixed ant typo in the installer for the daily build run.
---
opendj-sdk/opends/tests/functional-tests/staf-installer.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/staf-installer.xml b/opendj-sdk/opends/tests/functional-tests/staf-installer.xml
index 0a38516..7bff9c4 100644
--- a/opendj-sdk/opends/tests/functional-tests/staf-installer.xml
+++ b/opendj-sdk/opends/tests/functional-tests/staf-installer.xml
@@ -380,7 +380,7 @@
</target>
<target name="run-daily" depends="status-do,download-daily">
- <property name="tests.run.daily"/>
+ <property name="tests.run.daily" value="true"/>
<antcall target="run-tests"/>
</target>
<!-- Run tests section - bottom -->
--
Gitblit v1.10.0