diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-04-08 16:20:15 +0900 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2024-05-28 13:29:22 -0700 |
| commit | 718a78cdf552fe08e4f90a29b062542ceeecfe60 (patch) | |
| tree | f49b0e2099ae9e599160c832df0288a2e2f89bb0 | |
| parent | a121e698401b947655921a071ee2edf01992219d (diff) | |
Added test case for bundled gems warning with -r option.
This is for 76914d474d93b7485973c3bca4fa43b59f5bd383
| -rwxr-xr-x | tool/test_for_warn_bundled_gems/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tool/test_for_warn_bundled_gems/test.sh b/tool/test_for_warn_bundled_gems/test.sh index ef5007f320..2404571daf 100755 --- a/tool/test_for_warn_bundled_gems/test.sh +++ b/tool/test_for_warn_bundled_gems/test.sh @@ -24,6 +24,10 @@ echo "* Show warning when bundle exec with shebang's script" bundle exec ./test_warn_bundle_exec_shebang.rb echo +echo "* Show warning when bundle exec with -r option" +bundle exec ruby -rostruct -e '' +echo + echo "* Show warning with bootsnap" ruby test_warn_bootsnap.rb echo |
