summaryrefslogtreecommitdiffstats
path: root/test/TEST-04-JOURNAL
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/TEST-04-JOURNAL
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/TEST-04-JOURNAL')
-rwxr-xr-xtest/TEST-04-JOURNAL/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-04-JOURNAL/test.sh b/test/TEST-04-JOURNAL/test.sh
index a7aa71fce3..01d0b66ee7 100755
--- a/test/TEST-04-JOURNAL/test.sh
+++ b/test/TEST-04-JOURNAL/test.sh
@@ -19,7 +19,7 @@ test_append_files() {
# Since we nuke the journal repeatedly during this test, let's redirect
# stdout/stderr to the console as well to make the test a bit more debug-able.
- if ! get_bool "${INTERACTIVE_DEBUG:-}"; then
+ if ! get_bool "${TEST_SHELL:-}"; then
dropin_dir="${workspace:?}/etc/systemd/system/TEST-04-JOURNAL.service.d/"
mkdir -p "$dropin_dir"
printf '[Service]\nStandardOutput=journal+console\nStandardError=journal+console' >"$dropin_dir/99-stdout.conf"