diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-10-20 15:06:37 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-10-20 15:08:48 +0900 |
commit | e0b11a241783ddf087ef383fa931b5b63c3a805e (patch) | |
tree | 95b47a270170218709c4a0f95caf31b5a2c1c7cc /actionpack | |
parent | a52ff1b0848e8bb2310738ec7b762b82edbbfcb2 (diff) | |
download | rails-e0b11a241783ddf087ef383fa931b5b63c3a805e.tar.gz rails-e0b11a241783ddf087ef383fa931b5b63c3a805e.tar.bz2 rails-e0b11a241783ddf087ef383fa931b5b63c3a805e.zip |
Return correct exit status of ujs test
The `Process::Status#to_i` returns the bits in stat. If need exit status,
need to use `#exitstatus`.
Ref: https://ruby-doc.org/core-2.4.0/Process/Status.html#method-i-to_i
Diffstat (limited to 'actionpack')
0 files changed, 0 insertions, 0 deletions