runtest.sh : ajout copie/suppression fichiers csv
This commit is contained in:
parent
32b75fb5b1
commit
827b3aff66
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user