runtest.sh : ajout copie/suppression fichiers csv
This commit is contained in:
parent
32b75fb5b1
commit
827b3aff66
1 changed files with 4 additions and 0 deletions
|
@ -126,6 +126,10 @@ then
|
|||
exit $?
|
||||
fi
|
||||
|
||||
# fichiers csv
|
||||
rm -f Membres*.csv *membres.csv
|
||||
cp -p *.csv /tmp
|
||||
|
||||
if [[ "$tests" == "tous" ]]
|
||||
then
|
||||
# exécuter tous les tests
|
||||
|
|
Loading…
Add table
Reference in a new issue