mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
test: strip binaries by default
Since 23f8e01
we always kept binaries unstripped, since $STRIP_BINARIES
is unset by default.
This commit is contained in:
@ -35,6 +35,7 @@ QEMU_MEM="${QEMU_MEM:-512M}"
|
||||
# To force creating a new image from scratch (eg: to encrypt it), also define
|
||||
# TEST_FORCE_NEWIMAGE=1 in the test setup script.
|
||||
IMAGE_NAME=${IMAGE_NAME:-default}
|
||||
STRIP_BINARIES="${STRIP_BINARIES:-yes}"
|
||||
TEST_REQUIRE_INSTALL_TESTS="${TEST_REQUIRE_INSTALL_TESTS:-1}"
|
||||
TEST_PARALLELIZE="${TEST_PARALLELIZE:-0}"
|
||||
LOOPDEV=
|
||||
|
Reference in New Issue
Block a user