summaryrefslogtreecommitdiffstats
path: root/test/README.testsuite
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-02 16:16:14 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-08-05 15:00:24 +0200
commit33f400a9e05f3a09d28ac3d8251cf82592a207c6 (patch)
treee50bc99c9fa1d851a39936ea7f4feba63e1f9993 /test/README.testsuite
parentdocs: Update upgrade commands in HACKING.md (diff)
downloadsystemd-33f400a9e05f3a09d28ac3d8251cf82592a207c6.tar.xz
systemd-33f400a9e05f3a09d28ac3d8251cf82592a207c6.zip
test: Rename INTERACTIVE_DEBUG to TEST_SHELL
Diffstat (limited to 'test/README.testsuite')
-rw-r--r--test/README.testsuite6
1 files changed, 3 insertions, 3 deletions
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.