You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/anaconda/tests/nosetests.sh

15 lines
374 B

#!/bin/sh
# If $top_srcdir has not been set by automake, import the test environment
if [ -z "$top_srcdir" ]; then
top_srcdir="$(dirname "$0")/.."
. ${top_srcdir}/tests/testenv.sh
fi
# If no tests were selected, select all of them
if [ $# -eq 0 ]; then
set -- "${top_srcdir}"/tests/*_tests
fi
exec nosetests -v --exclude=logpicker -a \!acceptance,\!slow "$@"