mirror of
https://github.com/systemd/systemd.git
synced 2025-03-09 12:58:26 +03:00
tests: remove unnecessary --boot
* Use $ROOTLIBDIR/systemd always * Don't pass $ROOTLIBDIR/systemd as the first argument: $ cat /proc/1/cmdline /lib/systemd/systemd/lib/systemd/systemd...
This commit is contained in:
parent
3855df576f
commit
24be78d72b
@ -92,7 +92,7 @@ $KERNEL_APPEND \
|
||||
|
||||
run_nspawn() {
|
||||
set -x
|
||||
../../systemd-nspawn --register=no --boot --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND
|
||||
../../systemd-nspawn --register=no --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND
|
||||
}
|
||||
|
||||
setup_basic_environment() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user