Add skip_clean option to pa11ycrawler

This commit is contained in:
Christine Lytwynec
2016-05-16 11:12:03 -04:00
parent 86a96b5af0
commit 0f90b92775
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ paver a11y_coverage
if [ "$RUN_PA11YCRAWLER" = "1" ]
then
echo "Running pa11ycrawler against test course..."
paver pa11ycrawler --fasttest --fetch-course --with-html
paver pa11ycrawler --fasttest --skip_clean --fetch-course --with-html
echo "Generating coverage report..."
paver pa11ycrawler_coverage