miller/go/regtest/cases/repl
2021-05-20 19:03:07 -04:00
..
0001 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0002 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0003 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0004 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0005 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0006 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0007 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0008 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0009 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0010 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0011 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0012 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0013 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0014 DSL-library-load feature 2021-05-20 19:03:07 -04:00
0015 DSL-library-load feature 2021-05-20 19:03:07 -04:00
README.txt Make regression tests invokable from 'go test' (#491) 2021-04-12 23:00:53 -04:00

The Miller REPL startup banner is only printed if the input is detected to be a
terminal -- i.e. yes for interactive use, no for scripted use (such as
regression tests).

However the "is a terminal" check is (as of April 2021 anyway) non-functional
on Windows so the startup banner is always printed.

This means that if you develop on Linux/MacOS any tests using `mlr repl` will
pass but will fail on Windows.

Be sure to use `mlr repl -q` so the Miller REPL startup banner will be
suppressed on all platforms.