Skip to content
Snippets Groups Projects
Commit 365f6583 authored by Stuart Young's avatar Stuart Young
Browse files

reorder env sourcing in a11y script

parent 3434c0f5
No related merge requests found
......@@ -15,6 +15,9 @@ set -e
#
###############################################################################
echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh
# if specified tox environment is supported, prepend paver commands
# with tox env invocation
if [ -z ${TOX_ENV+x} ] || [[ ${TOX_ENV} == 'null' ]]; then
......@@ -27,9 +30,6 @@ else
exit 1
fi
echo "Setting up for accessibility tests..."
source scripts/jenkins-common.sh
echo "Running explicit accessibility tests..."
SELENIUM_BROWSER=phantomjs $TOX paver test_a11y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment