[openresultat-Commits] r258 - in branches/votants2_csv: . tests

1 view
Skip to first unread message

jyma...@adullact.net

unread,
Feb 22, 2017, 8:44:23 AM2/22/17
to openmairie-...@googlegroups.com
Author: jymadier
Date: 2017-02-22 14:44:20 +0100 (Wed, 22 Feb 2017)
New Revision: 258

Modified:
branches/votants2_csv/
branches/votants2_csv/tests/init_testenv
Log:
* Rebase


Index: branches/votants2_csv
===================================================================
--- branches/votants2_csv 2017-02-21 18:26:34 UTC (rev 257)
+++ branches/votants2_csv 2017-02-22 13:44:20 UTC (rev 258)

Property changes on: branches/votants2_csv
___________________________________________________________________
Added: svn:mergeinfo
## -0,0 +1 ##
+/trunk:248-257
\ No newline at end of property
Modified: branches/votants2_csv/tests/init_testenv
===================================================================
--- branches/votants2_csv/tests/init_testenv 2017-02-21 18:26:34 UTC (rev 257)
+++ branches/votants2_csv/tests/init_testenv 2017-02-22 13:44:20 UTC (rev 258)
@@ -14,14 +14,14 @@
# On se positionne à la racine de l'applicatif
cd ..

-# On cré le lien symbolique qui est utilisé par les tests en fonction de
+# On crée le lien symbolique qui est utilisé par les tests en fonction de
# l'emplacement actuel uniquement si cet emplacement est un lien symbolique
# ou n'existe pas
-if ([ -e $path_tests ] && [ -L $path_tests ]) || ([ ! -e $path_tests ]) ;
+if [ -L $path_tests ] || [ ! -e $path_tests ]
then
- if [ -e $path_tests ] ;
+ if [ -L $path_tests ]
then
- sudo rm $path_tests
+ sudo rm -f $path_tests
fi
path_current=`pwd`
sudo ln -s $path_current $path_tests

Reply all
Reply to author
Forward
0 new messages