mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
added the --profile flag to make use of the minitest-profile tool
This commit is contained in:
@@ -10,6 +10,6 @@ if [ -d test/dest ]
|
||||
fi
|
||||
|
||||
if [[ $# -lt 1 ]]
|
||||
then time bundle exec rake test
|
||||
else time bundle exec ruby -Itest "$@"
|
||||
then time bundle exec rake TESTOPTS='--profile' test
|
||||
else time bundle exec ruby -Itest "$@" --profile
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user