Git commit 4a6c5f7066c8fe51de88ccef1147e6a70193a293 by Stephane Mankowski. Committed on 31/05/2013 at 22:42. Pushed by smankowski into branch 'master'. warning in tests M +2 -2 tests/scripts/init.sh.in M +4 -1 tests/scripts/skgtestimportweboob.sh http://commits.kde.org/skrooge/4a6c5f7066c8fe51de88ccef1147e6a70193a293 diff --git a/tests/scripts/init.sh.in b/tests/scripts/init.sh.in index ab4069f..fdc2091 100755 --- a/tests/scripts/init.sh.in +++ b/tests/scripts/init.sh.in @@ -6,7 +6,7 @@ squishrun() type squishserver > /dev/null 2>&1 rc=3D$? if [ $rc !=3D 0 ] ; then - echo "squish not found" + echo "[WARNING]: squish not found" echo "Please install it and add it in PATH" echo "You can find it here: http://www.froglogic.com/pg?id=3DProducts&ca= tegory=3Dsquish&sub=3Deditions&subsub=3Dkde" rc=3D0 @@ -65,7 +65,7 @@ sikulirun() type sikuli-ide > /dev/null 2>&1 rc=3D$? if [ $rc !=3D 0 ] ; then - echo "sikuli not found" + echo "[WARNING]: sikuli not found" echo "Please install it and add it in PATH" echo "You can find it here: http://www.sikuli.org/" rc=3D0 diff --git a/tests/scripts/skgtestimportweboob.sh b/tests/scripts/skgtestim= portweboob.sh index 6a11980..a8f99f4 100755 --- a/tests/scripts/skgtestimportweboob.sh +++ b/tests/scripts/skgtestimportweboob.sh @@ -10,7 +10,10 @@ unset XDG_CONFIG_HOME = type boobank > /dev/null 2>&1 rc=3D$? -if [ $rc =3D 0 ] ; then +if [ $rc !=3D 0 ] ; then + echo "[WARNING]: boobank not found" + rc=3D0 +else = ${EXE} rc=3D$? if [ $rc !=3D 0 ] ; then