Fix script/test so that testing invidual files works.

This commit is contained in:
Jordon Bedwell 2015-05-25 02:05:39 -05:00
parent 7a12f32078
commit 981e32d462
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