From cddd5e15785da63ddadd61a4576e0d148ddd0bfd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Apr 2010 16:24:21 +0000 Subject: [PATCH] Add unit test --- build/makepack-dolibarr.pl | 1 + build/tgz/tar_exclude.txt | 1 + build/zip/zip_exclude.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 4bcabf56a86..03887b8b067 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -388,6 +388,7 @@ if ($nboftargetok) { $ret=`rm -fr $BUILDROOT/$PROJECT/usr/share/$PROJECT/htdocs/conf/conf.php.mysql`; $ret=`rm -fr $BUILDROOT/$PROJECT/usr/share/$PROJECT/htdocs/conf/conf.php.old`; $ret=`rm -fr $BUILDROOT/$PROJECT/usr/share/$PROJECT/htdocs/conf/conf.php.postgres`; + $ret=`rm -fr $BUILDROOT/$PROJECT/usr/share/$PROJECT/test`; print "Edit version in file $BUILDROOT/$PROJECT/DEBIAN/control\n"; open (SPECFROM,"<$SOURCE/build/deb/control") || die "Error"; diff --git a/build/tgz/tar_exclude.txt b/build/tgz/tar_exclude.txt index fbc6e26aac6..5b647ffd976 100644 --- a/build/tgz/tar_exclude.txt +++ b/build/tgz/tar_exclude.txt @@ -64,6 +64,7 @@ scripts/courrier scripts/lolix scripts/product/import-product.php scripts/product/materiel.net.php +test/ CVS *~ .#* diff --git a/build/zip/zip_exclude.txt b/build/zip/zip_exclude.txt index 70791365776..f5e26d35bb1 100644 --- a/build/zip/zip_exclude.txt +++ b/build/zip/zip_exclude.txt @@ -59,6 +59,7 @@ */scripts/addons/* */scripts/courrier/* */scripts/lolix/* +*/test/* */CVS/* *~ *.#*