script/test: add missing whitespace
This commit is contained in:
parent
d4b7b44328
commit
0d12a02893
|
@ -50,7 +50,7 @@ for ruby in $rubies; do
|
|||
rake TESTOPTS=$testopts test
|
||||
else
|
||||
set -x
|
||||
time $ruby -S bundle exec ruby -Itest \
|
||||
time $ruby -S bundle exec ruby -I test \
|
||||
"$@" $testops
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue