added the --profile flag to make use of the minitest-profile tool
This commit is contained in:
parent
b2aa8b6e68
commit
397492fa38
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue