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/run_gui_tests.sh

17 lines
536 B

#!/bin/bash
srcdir=${srcdir:=$(dirname "$0")}
COVERAGE_PROCESS_START=${COVERAGE_PROCESS_START:=${srcdir}/../.coveragerc}
if ! rpm -q python3-nose-testconfig &> /dev/null; then
echo "python3-nose-testconfig is not available; exiting."
exit 99
fi
export LC_ALL=C # translations confuse Dogtail
COVERAGE_PROCESS_START=${COVERAGE_PROCESS_START} exec \
${srcdir}/nosetests.sh -s --nologcapture --process-timeout 1200 \
--tc=resultsdir:$(readlink -f autogui-results-$(date +"%Y%m%d_%H%M%S")) \
${srcdir}/gui/test_*.py