diff options
| author | Tom Black <[email protected]> | 2018-10-30 15:55:09 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-10-30 15:55:09 -0400 |
| commit | fd8b90bd1d5e874f0402af069fd7dd266b68532f (patch) | |
| tree | c5a42bfd92e00ecc8085f7cef0cb5ec5b5bab8b3 /Rakefile | |
| parent | bbd56099ebb359db02c8344b8af42e0bd1b7a835 (diff) | |
| download | ruby2d-fd8b90bd1d5e874f0402af069fd7dd266b68532f.tar.gz ruby2d-fd8b90bd1d5e874f0402af069fd7dd266b68532f.zip | |
Fix deprecation warnings
Also use `-w` flag when running MRI tests
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ end def run_int_test(file) print_task "Running interpreted test: #{file}.rb" - run_cmd "( cd test/ && ruby #{file}.rb )" + run_cmd "( cd test/ && ruby -w #{file}.rb )" end def run_native_test(file) |
