Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing/test_runner: Support interactive test debugging
Add support for entering interactive test debugging when DEBUG_TESTENV=1 is set in the environment. This will execute $SHELL inside the namespace that is setup for the test run, after setting up the test interfaces, making it easy to manually run tests in the same environment to debug things. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
- Loading branch information