mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Add newline each test script
This commit is contained in:
parent
9db300219f
commit
02a4bdd607
1 changed files with 11 additions and 0 deletions
|
@ -2,33 +2,44 @@
|
||||||
|
|
||||||
echo "* Show warning require and LoadError"
|
echo "* Show warning require and LoadError"
|
||||||
ruby test_warn_bundled_gems.rb
|
ruby test_warn_bundled_gems.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Show warning when bundled gems called as dependency"
|
echo "* Show warning when bundled gems called as dependency"
|
||||||
ruby test_warn_dependency.rb
|
ruby test_warn_dependency.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Show warning sub-feature like bigdecimal/util"
|
echo "* Show warning sub-feature like bigdecimal/util"
|
||||||
ruby test_warn_sub_feature.rb
|
ruby test_warn_sub_feature.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Show warning dash gem like net/smtp"
|
echo "* Show warning dash gem like net/smtp"
|
||||||
ruby test_warn_dash_gem.rb
|
ruby test_warn_dash_gem.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Show warning when bundle exec with ruby and script"
|
echo "* Show warning when bundle exec with ruby and script"
|
||||||
bundle exec ruby test_warn_bundle_exec.rb
|
bundle exec ruby test_warn_bundle_exec.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Show warning when bundle exec with shebang's script"
|
echo "* Show warning when bundle exec with shebang's script"
|
||||||
bundle exec ./test_warn_bundle_exec_shebang.rb
|
bundle exec ./test_warn_bundle_exec_shebang.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Don't show warning bundled gems on Gemfile"
|
echo "* Don't show warning bundled gems on Gemfile"
|
||||||
ruby test_no_warn_dependency.rb
|
ruby test_no_warn_dependency.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Don't show warning with bootsnap"
|
echo "* Don't show warning with bootsnap"
|
||||||
ruby test_no_warn_bootsnap.rb
|
ruby test_no_warn_bootsnap.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Don't show warning with zeitwerk"
|
echo "* Don't show warning with zeitwerk"
|
||||||
ruby test_no_warn_zeitwerk.rb
|
ruby test_no_warn_zeitwerk.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Don't show warning with net/smtp when net-smtp on Gemfile"
|
echo "* Don't show warning with net/smtp when net-smtp on Gemfile"
|
||||||
ruby test_no_warn_dash_gem.rb
|
ruby test_no_warn_dash_gem.rb
|
||||||
|
echo
|
||||||
|
|
||||||
echo "* Don't show warning bigdecimal/util when bigdecimal on Gemfile"
|
echo "* Don't show warning bigdecimal/util when bigdecimal on Gemfile"
|
||||||
ruby test_no_warn_sub_feature.rb
|
ruby test_no_warn_sub_feature.rb
|
||||||
|
echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue