#!/bin/sh # If we are running from make check (srcdir is set), and VERBOSE is # unset, be quiet. test -n "$srcdir" && test -z "$VERBOSE" && exec >/dev/null 2>&1 PYTHONPATH=..:@srcdir@/.. exec @PYTHON@ ${1+"$@"}