diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-21 19:22:49 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-21 19:22:49 +0900 |
| commit | 544784effd251656f7b406bc94880e1ef75af7b5 (patch) | |
| tree | fdd4f269992d92bc35fb8c3cf67127d1573fb22c /mrbgems/mruby-bin-strip | |
| parent | e3b91b8d415852777f9a10224efeb92edc37c19a (diff) | |
| parent | a045b6b8d93f70d7bf57a94ed5c7e0432190d584 (diff) | |
| download | mruby-544784effd251656f7b406bc94880e1ef75af7b5.tar.gz mruby-544784effd251656f7b406bc94880e1ef75af7b5.zip | |
Merge pull request #5157 from dearblue/detect-rb-mrb
Allow to mixed and specify `*.rb` and `*.mrb` in `bin/mruby`
Diffstat (limited to 'mrbgems/mruby-bin-strip')
| -rw-r--r-- | mrbgems/mruby-bin-strip/bintest/mruby-strip.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb b/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb index 2db3c10b1..5330510a1 100644 --- a/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb +++ b/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb @@ -32,7 +32,7 @@ assert('success') do o = `#{cmd('mruby-strip')} #{compiled1.path}` assert_equal 0, $?.exitstatus assert_equal "", o - assert_equal `#{cmd('mruby')} #{script_file.path}`, `#{cmd('mruby')} -b #{compiled1.path}` + assert_equal `#{cmd('mruby')} #{script_file.path}`, `#{cmd('mruby')} #{compiled1.path}` o = `#{cmd('mruby-strip')} #{compiled1.path} #{compiled2.path}` assert_equal 0, $?.exitstatus |
