From 5f6f8c93f46920937e39b7357a6d87be6c474947 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Mon, 22 Dec 2008 16:31:18 +0000
Subject: [PATCH] Add a short note.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24966 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/runFunctionalTest.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/product/ERP5Type/tests/runFunctionalTest.py b/product/ERP5Type/tests/runFunctionalTest.py
index ad5023dea0..2d7b83e40c 100755
--- a/product/ERP5Type/tests/runFunctionalTest.py
+++ b/product/ERP5Type/tests/runFunctionalTest.py
@@ -27,7 +27,9 @@ Options:
   --portal_name              the ID of the ERP5 site
                              URLs will start with:
                                  http://${host}:${port}/${portal_name}/
-                             
+Notes:
+  * You need to prepepare first test environment by using following command:
+  ./runUnitTest.py --save prepareFunctionalTes                             
 """
 
 
-- 
2.30.9