Commit 931e2925 by Ben Patterson

force pa11ycrawler to run to confirm the original PR will fix a bug.

parent 4c8895db
......@@ -21,6 +21,9 @@ SELENIUM_BROWSER=phantomjs paver test_a11y --with-xunitmp
echo "Generating coverage report..."
paver a11y_coverage
#TEMPORARY COMMIT force pa11ycrawler to run
RUN_PA11YCRAWLER=1
if [ "$RUN_PA11YCRAWLER" = "1" ]
then
echo "Running pa11ycrawler against test course..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment