Skip to content

Commit

Permalink
test: add block scoping to test-readline-interface
Browse files Browse the repository at this point in the history
Use block-scoping in test-readline-interface to avoid side effects and
make tests more modular. (Some contain race conditions and will need to
be moved to the sequential directory if they can't be refactored to
avoid the race condition.)

Backport-PR-URL: #14748
Backport-Reviewed-By: Anna Henningsen <anna@addaleax.net>

PR-URL: #14615
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Trott authored and addaleax committed Aug 10, 2017
1 parent 9888bb1 commit 5d99d7d
Showing 1 changed file with 405 additions and 321 deletions.
Loading

0 comments on commit 5d99d7d

Please sign in to comment.