diff --git a/.scripts/run-tests.sh b/.scripts/run-tests.sh index 88aca72a..1d03e253 100755 --- a/.scripts/run-tests.sh +++ b/.scripts/run-tests.sh @@ -2,9 +2,6 @@ # Wrapper for the test executing function so we only have to change it in one place. # The module name gets passed in as a command line arg. -LS="ls ../modules/contrib/islandora/tests/src/Kernel" -echo "LS Command -> $LS" -$LS COMMAND="$DRUPAL_DIR/vendor/bin/phpunit --verbose --testsuite $1" echo $COMMAND $COMMAND diff --git a/.travis.yml b/.travis.yml index a29953d4..14fb6081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ php: env: - TESTSUITE=kernel - TESTSUITE=functional - - TESTSUITE=function-javascript + - TESTSUITE=functional-javascript matrix: fast_finish: true @@ -44,6 +44,7 @@ install: - drush --uri=127.0.0.1:8282 fim -y islandora_core_feature,islandora_text_extraction_defaults before_script: + - mkdir $DRUPAL_DIR/web/sites/simpletest/browser_output - cp $PHPUNIT_FILE $DRUPAL_DIR/web/core script: