Commit a17281f4bac3f7f186b9d1a982c3c930679b46ba
1 parent
91b622c3
Exists in
master
and in
1 other branch
tests
Showing
3 changed files
with
8 additions
and
2 deletions
Show diff stats
CHANGES.txt
README.md
... | ... | @@ -43,7 +43,7 @@ Logiciel testé et validé sur les configurations suivantes : |
43 | 43 | -------------------------------------------------------------------------------------------- |
44 | 44 | |
45 | 45 | Date: 12/10/2020 |
46 | -Version: 4.105.15-3.7.9 | |
46 | +Version: 4.105.16-3.7.9 | |
47 | 47 | |
48 | 48 | |
49 | 49 | HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) | ... | ... |
TESTS.sh
... | ... | @@ -12,11 +12,17 @@ TESTALL=1 |
12 | 12 | #echo "arg2 is: $2" |
13 | 13 | #echo "all is: $*" |
14 | 14 | |
15 | + | |
15 | 16 | # Souvent necessaire pour que les tests se passent bien: |
16 | 17 | sudo rm -rf tmp/cache/* |
17 | 18 | #rm -rf tmp/cache/*/* |
18 | 19 | ##sudo chmod o+w tmp/cache/persistent/myapp_cake_core_translations_* > /dev/null 2>&1 |
19 | 20 | |
21 | + | |
22 | +# D'abord on affiche la version courante | |
23 | +./VERSION | |
24 | + | |
25 | + | |
20 | 26 | if [[ "$1" != "" ]] ; then |
21 | 27 | #$TESTEXEC --filter $* |
22 | 28 | $TESTEXEC --filter $1 | ... | ... |