Lines Matching refs:Exit
22 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.js || Exit 1
23 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1
35 ${DIFF} prog.ok prog.pot || Exit 1
51 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1
52 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1
55 ${DIFF} fr.po fr.po.new || Exit 1
65 || { echo "Skipping test: gjs not found"; Exit 77; }
67 || { echo "Skipping test: gjs gettext module not found"; Exit 77; }
69 || { echo "Skipping test: gjs format module not found"; Exit 77; }
72 || { echo "Skipping test: gjs version is older than 1.40"; Exit 77; }
82 *) Exit 1;;
90 *) Exit 1;;
99 Exit 77
116 LANGUAGE= LC_ALL=$LOCALE_FR gjs prog.js > prog.out || Exit 1
117 ${DIFF} prog.ok prog.out || Exit 1
121 LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 gjs prog.js > prog.out || Exit 1
122 ${DIFF} -u prog.oku prog.out || Exit 1
125 Exit 0