You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They are now closer to the style of spec tests. This addresses #1077,
and paves the way for testing many other bug fixes (all the SIGWINCH,
wait, read, trap stuff).
I factored common code out of test/sh_spec.py into test/spec_lib.py. We
should probably reuse the report table too. This will show what tests
aren't running in bash and OSH.
Support selecting tests with --range and so forth.
Mark some tests skipped. Now it's clear that #467 was incompletely
fixed, since the exit code isn't 130. Ditto for the wait builtin, which
was an earlier bug.
This is part of #1077.
We need a cross between
test/interactive
and spec tests. They will compare against other shells interactivelyThe text was updated successfully, but these errors were encountered: