Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#10466 from Rik/no-multiprocess-884338
Browse files Browse the repository at this point in the history
Bug 884338 - Travis no likey multiprocess :( r=kaze
  • Loading branch information
rik committed Jun 18, 2013
2 parents fd74493 + 7ece998 commit e007ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ endif

# Lint apps
lint:
gjslint --multiprocess --nojsdoc -r apps -r shared -e '$(shell cat ./build/lint-excluded-dirs.list)' -x '$(shell cat ./build/lint-excluded-files.list)'
gjslint --nojsdoc -r apps -r shared -e '$(shell cat ./build/lint-excluded-dirs.list)' -x '$(shell cat ./build/lint-excluded-files.list)'

# Erase all the indexedDB databases on the phone, so apps have to rebuild them.
delete-databases:
Expand Down
2 changes: 1 addition & 1 deletion tools/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ done

diff_with_exclude=`git diff --staged --name-only|grep -v $grep_exclude`

gjslint --multiprocess --nojsdoc -x '`cat ./build/lint-excluded-files.list`' $diff_with_exclude
gjslint --nojsdoc -x '`cat ./build/lint-excluded-files.list`' $diff_with_exclude

0 comments on commit e007ece

Please sign in to comment.