summaryrefslogtreecommitdiff
path: root/tool/test/webrick/webrick.cgi
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2021-12-27 17:05:42 +1300
committerNARUSE, Yui <nurse@users.noreply.github.com>2022-01-31 15:35:55 +0900
commitaa3b2c81c8de2e70bd100e92436f15c03523eaf7 (patch)
treef63c09fe295e75f1c238b88d29ca2bce472a96e0 /tool/test/webrick/webrick.cgi
parent8e3bce0841497fc00ccdaf45f6583c25720a2d3f (diff)
Fix console.c usage of `rb_io_wait`.
Diffstat (limited to 'tool/test/webrick/webrick.cgi')
0 files changed, 0 insertions, 0 deletions
ception messageNobuyoshi Nakada 2019-07-22Only the first argument can be --test-target-dir optionNobuyoshi Nakada Raise the proper exception when that option is not given but non-option argument is. 2019-07-21tool/test/runner.rb: support --test-target-dir optionYusuke Endoh tool/test/runner.rb had been copied from test/runner.rb. test/runner.rb was for `make test-all`, and tool/test/runner.rb was for `make test-testframework` and `make test-tool`. But I want to avoid the code clones. This change makes tool/test/runner.rb support --test-target-dir option which allows tool/test/runner.rb to run `make test-all`. Now we can remove test/runner.rb. 2019-07-15Added test-tool target for the test suite of tool/test files.Hiroshi SHIBATA