mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +03:00
test: don't send image building output to /dev/null (#8886)
Yes, the output is sometimes annyoing, but /dev/null is not the right place... I figure this redirection was left in from some debugging session, let's fix it, and make the setup_basic_environment invocation like in all other test scripts.
This commit is contained in:
parent
1ab0a250c2
commit
0ea21d9e88
@ -9,7 +9,7 @@ TEST_NO_QEMU=1
|
|||||||
|
|
||||||
test_setup() {
|
test_setup() {
|
||||||
# create the basic filesystem layout
|
# create the basic filesystem layout
|
||||||
setup_basic_environment >/dev/null
|
setup_basic_environment
|
||||||
|
|
||||||
# mask some services that we do not want to run in these tests
|
# mask some services that we do not want to run in these tests
|
||||||
ln -s /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service
|
ln -s /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service
|
||||||
|
@ -9,7 +9,7 @@ TEST_NO_QEMU=1
|
|||||||
|
|
||||||
test_setup() {
|
test_setup() {
|
||||||
# create the basic filesystem layout
|
# create the basic filesystem layout
|
||||||
setup_basic_environment >/dev/null
|
setup_basic_environment
|
||||||
inst_binary mv
|
inst_binary mv
|
||||||
inst_binary stat
|
inst_binary stat
|
||||||
inst_binary seq
|
inst_binary seq
|
||||||
|
Loading…
x
Reference in New Issue
Block a user