From: Yu Watanabe Date: Thu, 24 Jul 2025 17:50:06 +0000 (+0900) Subject: integration-test: mention TEST_SAVE_JOURNAL in README X-Git-Tag: v258-rc2~91^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=122779536254469ce55a31139985c7e5be434d79;p=thirdparty%2Fsystemd.git integration-test: mention TEST_SAVE_JOURNAL in README --- diff --git a/test/integration-tests/README.md b/test/integration-tests/README.md index ea3f4f5efbc..4fea50660fe 100644 --- a/test/integration-tests/README.md +++ b/test/integration-tests/README.md @@ -133,6 +133,10 @@ that make use of `run_testcases`. `TEST_SKIP_TESTCASE=testcase`: takes a space separated list of testcases to skip. +`TEST_SAVE_JOURNAL=0|1|fail`: When `0`, journal file will be removed on exit. +When `1`, journal file will be saved at `$BUILD_DIR/test/journal`. When `fail`, +journal file will be saved only when the test is failed. Defaults to `fail`. + `TEST_JOURNAL_USE_TMP=1`: Write test journal to `/tmp` while the test is in progress and only move the journal to its final location in the build directory (`$BUILD_DIR/test/journal`) when the test is finished.