minitest / minitest-bisect

Hunting down random test failures can be very very difficult, sometimes impossible, but minitest-bisect makes it easy.

Home Page:http://docs.seattlerb.org/minitest-bisect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid option: --server

Paxa opened this issue · comments

Using minitest 5.10.1

MTB_VERBOSE=2  minitest_bisect --seed 13313 test/credit_card_test.rb

/Users/pavel/.rbenv/versions/2.4.0/bin/ruby  -e 'require "./test/credit_card_test.rb"' -- --seed 13313 --server 17396

reproducing...
invalid option: --server

minitest options:
    -h, --help                       Display this help.
    -s, --seed SEED                  Sets random seed. Also via env. Eg: SEED=n rake
    -v, --verbose                    Verbose. Show progress processing files.
    -n, --name PATTERN               Filter run on /regexp/ or string.
    -e, --exclude PATTERN            Exclude /regexp/ or string from run.

Known extensions: minitest_reporter, pride
    -p, --pride                      Pride. Show your testing pride!
Bober is not running
 in 0.36 sec
Reproduction run passed? Aborting.
Try running with MTB_VERBOSE=2 to verify.

See this part of the FAQ: 87c897b

Anything?

No response. Closing.