From: Pascale Noyret Date: Wed, 29 Nov 2006 10:36:09 +0000 (+0000) Subject: PN ajout du job de test "batch" dans la livraison X-Git-Tag: V1_11b3~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b6129b2c6387458d07c4ff5dd7229f2dc089051d;p=tools%2Feficas.git PN ajout du job de test "batch" dans la livraison --- diff --git a/Aster/sdist.py b/Aster/sdist.py index 80e6c67c..8ceec00d 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -22,7 +22,7 @@ import os,shutil,glob,sys import types -version="$Name: BR_V1_11a1 $"[7:-2] or 'Test1_4' +version="$Name: $"[7:-2] or 'Test1_4' # ==========Path du noyau fourni par Aster==================== path_Noyau="../../AccasAster" # ============================================================ @@ -51,6 +51,7 @@ def main(): copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py', 'editeur.ini', 'eficas_aster.py', + 'test_eficas.py', 'style.py' ]) copyfiles('Cata/Utilitai',os.path.join(path_distrib,'Aster','Cata','Utilitai'),['*.py'])