From 33f400a9e05f3a09d28ac3d8251cf82592a207c6 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 2 Aug 2024 16:16:14 +0200 Subject: test: Rename INTERACTIVE_DEBUG to TEST_SHELL --- test/README.testsuite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/README.testsuite') diff --git a/test/README.testsuite b/test/README.testsuite index 22da1cd1a1..c1b048a93d 100644 --- a/test/README.testsuite +++ b/test/README.testsuite @@ -181,7 +181,7 @@ sec). `NSPAWN_TIMEOUT=infinity`: Set a timeout for tests under systemd-nspawn (defaults to 1800 sec). -`INTERACTIVE_DEBUG=1`: Configure the machine to be more *user-friendly* for +`TEST_SHELL=1`: Configure the machine to be more *user-friendly* for interactive debugging (e.g. by setting a usable default terminal, suppressing the shutdown after the test, etc.). @@ -200,11 +200,11 @@ one with `$QEMU_BIN`. ### Debugging the qemu image -If you want to log in the testsuite virtual machine, use `INTERACTIVE_DEBUG=1` +If you want to log in the testsuite virtual machine, use `TEST_SHELL=1` and log in as root: ```shell -$ sudo make -C test/TEST-01-BASIC INTERACTIVE_DEBUG=1 run +$ sudo make -C test/TEST-01-BASIC TEST_SHELL=1 run ``` The root password is empty. -- cgit v1.2.3