Merge pull request #3628 from delftswa2014/profiling

Bring back minitest-profile
This commit is contained in:
Jordon Bedwell 2015-03-30 11:11:59 -05:00
commit 1ac7f5cb15
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ if [ -d test/dest ]
fi fi
if [[ $# -lt 1 ]] if [[ $# -lt 1 ]]
then time bundle exec rake test then time bundle exec rake TESTOPTS='--profile' test
else time bundle exec ruby -Itest "$@" else time bundle exec ruby -Itest "$@" --profile
fi fi