Merge pull request #3731 from jekyll/fix-script-test-file

Fix script/test so that testing individual files works.
This commit is contained in:
Jordon Bedwell 2015-05-25 02:20:32 -05:00
commit 581dee7ba9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ for ruby in $rubies; do
rake TESTOPTS='--profile' test
else
set -x
time $ruby bundle exec ruby -Itest \
time $ruby -S bundle exec ruby -Itest \
"$@" --profile
fi
done