Hi, On 12 January 2016 at 19:22, Derek Foreman <[email protected]> wrote: > --- /dev/null > +++ b/tests/scan.sh > @@ -0,0 +1,10 @@ > +#!/bin/sh -e > + > +if [ "x$SCANNER" = "x" ] ; then > + echo "No scanner present, test will fail." 1>&2 > + exit 1 > +fi
Bikeshed: exit 77 will skip rather than fail. Cheers, Daniel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
