diff options
| author | KOBAYASHI Shuji <[email protected]> | 2019-03-13 22:04:14 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2019-03-13 22:04:14 +0900 |
| commit | c3122c887a7fb842aac78b4735a64004a9b71a20 (patch) | |
| tree | bceb7adb985e9ee00aa04b6416da681214ad23c4 /test/report.rb | |
| parent | ad0a8888f3c7fb99304347760a746dcf64539f5e (diff) | |
| download | mruby-c3122c887a7fb842aac78b4735a64004a9b71a20.tar.gz mruby-c3122c887a7fb842aac78b4735a64004a9b71a20.zip | |
Do not raise an exception when bintest fail
- An exception do not raise when mrbtest fail.
- There are no useful informations in exception message and backtrace.
Diffstat (limited to 'test/report.rb')
| -rw-r--r-- | test/report.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/report.rb b/test/report.rb deleted file mode 100644 index fb77fd0aa..000000000 --- a/test/report.rb +++ /dev/null @@ -1,4 +0,0 @@ -report -if $ko_test > 0 or $kill_test > 0 - raise "mrbtest failed (KO:#{$ko_test}, Crash:#{$kill_test})" -end |
