mirror of
https://github.com/systemd/systemd.git
synced 2025-09-19 01:44:42 +03:00
test: drop redundant IMAGE_NAME=
If it is not specified, then "default" will be used.
This commit is contained in:
@@ -4,7 +4,6 @@ set -e
|
|||||||
|
|
||||||
TEST_DESCRIPTION="Job-related tests"
|
TEST_DESCRIPTION="Job-related tests"
|
||||||
TEST_NO_QEMU=1
|
TEST_NO_QEMU=1
|
||||||
IMAGE_NAME="default"
|
|
||||||
|
|
||||||
# shellcheck source=test/test-functions
|
# shellcheck source=test/test-functions
|
||||||
. "${TEST_BASE_DIR:?}/test-functions"
|
. "${TEST_BASE_DIR:?}/test-functions"
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
TEST_DESCRIPTION="UDEV"
|
TEST_DESCRIPTION="UDEV"
|
||||||
IMAGE_NAME="default"
|
|
||||||
TEST_NO_NSPAWN=1
|
TEST_NO_NSPAWN=1
|
||||||
|
|
||||||
# shellcheck source=test/test-functions
|
# shellcheck source=test/test-functions
|
||||||
|
@@ -9,7 +9,6 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
TEST_DESCRIPTION="systemd-udev storage tests"
|
TEST_DESCRIPTION="systemd-udev storage tests"
|
||||||
IMAGE_NAME="default"
|
|
||||||
TEST_NO_NSPAWN=1
|
TEST_NO_NSPAWN=1
|
||||||
# Save only journals of failing test cases by default (to conserve space)
|
# Save only journals of failing test cases by default (to conserve space)
|
||||||
TEST_SAVE_JOURNAL="${TEST_SAVE_JOURNAL:-fail}"
|
TEST_SAVE_JOURNAL="${TEST_SAVE_JOURNAL:-fail}"
|
||||||
|
Reference in New Issue
Block a user