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
|
rake TESTOPTS='--profile' test
|
||||||
else
|
else
|
||||||
set -x
|
set -x
|
||||||
time $ruby bundle exec ruby -Itest \
|
time $ruby -S bundle exec ruby -Itest \
|
||||||
"$@" --profile
|
"$@" --profile
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue