mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Merge pull request #3731 from jekyll/fix-script-test-file
Fix script/test so that testing individual files works.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user