runtest.sh : ajout copie/suppression fichiers csv

This commit is contained in:
Jean-Christophe Engel 2024-07-31 11:21:58 +02:00
parent 32b75fb5b1
commit 827b3aff66

View File

@ -126,6 +126,10 @@ then
exit $? exit $?
fi fi
# fichiers csv
rm -f Membres*.csv *membres.csv
cp -p *.csv /tmp
if [[ "$tests" == "tous" ]] if [[ "$tests" == "tous" ]]
then then
# exécuter tous les tests # exécuter tous les tests