Skip to content

Commit

Permalink
Remove find command in runmocha
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Aug 18, 2016
1 parent 9ee4c57 commit 81653a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/scripts/run-mocha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flag=$1

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

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

0 comments on commit 81653a4

Please sign in to comment.