• Home
  • Raw
  • Download

Lines Matching refs:Exit

8   || { echo "Skipping test: autoconf not found"; Exit 77; }
15 || { echo "Skipping test: autoconf version too old"; Exit 77; }
38 test $? = 0 || { cat autopoint.err; Exit 1; }
40 test ! -d intl || Exit 1
41 test -d m4 || Exit 1
42 test -d po || Exit 1
43 test -d build-aux || Exit 1
45 test -f m4/po.m4 || Exit 1
46 test -f po/Makefile.in.in || Exit 1
47 test -f build-aux/config.rpath || Exit 1
66 test $? = 1 || { cat autopoint.err; Exit 1; }
85 test $? = 0 || { cat autopoint.err; Exit 1; }
87 test -d intl || Exit 1
88 test -d m4 || Exit 1
89 test -d po || Exit 1
91 test -f intl/VERSION || Exit 1
92 test -f m4/po.m4 || Exit 1
93 test -f po/Makefile.in.in || Exit 1
118 test $? = 0 || { cat autopoint.err; Exit 1; }
120 test ! -d intl || Exit 1
121 test ! -d m4 || Exit 1
122 test -d gettext-m4 || Exit 1
123 test -d po || Exit 1
125 test -f gettext-m4/po.m4 || Exit 1
126 test -f po/Makefile.in.in || Exit 1
146 test $? = 0 || { cat autopoint.err; Exit 1; }
148 test ! -d intl || Exit 1
149 test -d m4 || Exit 1
150 test -d po || Exit 1
152 test -f m4/po.m4 || Exit 1
153 test -f po/Makefile.in.in || Exit 1
178 test $? = 0 || { cat autopoint.err; Exit 1; }
180 test ! -d intl || Exit 1
181 test -d m4 || Exit 1
182 test -d po || Exit 1
184 test -f m4/po.m4 || Exit 1
185 test -f po/Makefile.in.in || Exit 1
204 test $? = 0 || { cat autopoint.err; Exit 1; }
206 test ! -d intl || Exit 1
207 test -d m4 || Exit 1
208 test -d po || Exit 1
210 test -f m4/po.m4 || Exit 1
211 test -f po/Makefile.in.in || Exit 1
233 test $? = 1 || { cat autopoint.err; Exit 1; }
255 test $? = 0 || { cat autopoint.err; Exit 1; }
257 grep 'using AM_GNU_GETTEXT_REQUIRE_VERSION' autopoint.out 2>&1 >/dev/null || Exit 1
259 test ! -d intl || Exit 1
260 test -d m4 || Exit 1
261 test -d po || Exit 1
263 test -f m4/po.m4 || Exit 1
264 test -f po/Makefile.in.in || Exit 1