mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
d9e606e89f
Building custom images for each test takes a lot of time. Build the default one, and if the test needs incompatible changes just copy it and extend it instead.
13 lines
231 B
Bash
Executable File
13 lines
231 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2730"
|
|
IMAGE_NAME="test08"
|
|
TEST_NO_NSPAWN=1
|
|
|
|
. $TEST_BASE_DIR/test-functions
|
|
QEMU_TIMEOUT=300
|
|
FSTYPE=ext4
|
|
TEST_FORCE_NEWIMAGE=1
|
|
|
|
do_test "$@" 08
|