Fix script/test so that testing invidual files works.
This commit is contained in:
parent
7a12f32078
commit
981e32d462
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue