Commit 288d8fea160d14ed9b742df3aa671a846b496845

Authored by Etienne Pallier
1 parent 0a1fcee9
Exists in master and in 2 other branches dev, dev-IRAP

bugfix TESTS.sh

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
TESTS.sh
1 1 # Souvent necessaire pour que les tests se passent bien:
2 2 #rm -rf tmp/cache/*/*
3   -sudo chmod o+w tmp/cache/persistent/myapp_cake_core_translations_*
  3 +sudo chmod o+w tmp/cache/persistent/myapp_cake_core_translations_* > /dev/null 2>&1
4 4  
5 5  
6 6 vendor/bin/phpunit || vendor/phpunit/phpunit/phpunit
... ... @@ -18,3 +18,5 @@ vendor/bin/phpunit || vendor/phpunit/phpunit/phpunit
18 18 #vendor/bin/phpunit --filter testMat31CreateAs
19 19 #vendor/bin/phpunit --filter testMat32CreateAdministratifOrTechnicalAs
20 20  
  21 +sudo rm -f tmp/cache/persistent/myapp_cake_core_translations_*
  22 +
... ...