diff --git a/pavelib/bok_choy.py b/pavelib/bok_choy.py index 64966577ab..446b7be797 100644 --- a/pavelib/bok_choy.py +++ b/pavelib/bok_choy.py @@ -19,6 +19,7 @@ __test__ = False # do not collect BOKCHOY_OPTS = [ ('test_spec=', 't', 'Specific test to run'), ('fasttest', 'a', 'Skip some setup'), + ('skip_clean', 'C', 'Skip cleaning repository before running tests'), ('serversonly', 'r', 'Prepare suite and leave servers running'), ('testsonly', 'o', 'Assume servers are running and execute tests only'), ('extra_args=', 'e', 'adds as extra args to the test command'), diff --git a/scripts/accessibility-tests.sh b/scripts/accessibility-tests.sh index 9ac5522fc5..d9ec4d250d 100755 --- a/scripts/accessibility-tests.sh +++ b/scripts/accessibility-tests.sh @@ -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