Skip to content

Commit

Permalink
landing -> dot, because everybody lurves dot
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Feb 7, 2017
1 parent 9bdd494 commit 59371e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lighthouse-core/scripts/run-mocha.sh
Expand Up @@ -2,10 +2,8 @@

flag=$1

reporter=$([ "$CI" == true ] && echo "dot" || echo "landing")

function _runmocha() {
mocha --reporter $reporter $2 $(find $1/test -name '*-test.js') --timeout 60000;
mocha --reporter dot $2 $(find $1/test -name '*-test.js') --timeout 60000;
}

if [ "$flag" == '--watch' ]; then
Expand Down

0 comments on commit 59371e5

Please sign in to comment.