test: make it easier to override kernel version

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-04-22 20:39:40 -04:00
parent 0ee679580e
commit fff87a35d9
4 changed files with 7 additions and 11 deletions

6
TODO
View File

@ -72,8 +72,10 @@ Features:
* explicitly disallow changing the cgroup path of units in the
name=systemd hierarchy, unless it is outside of /system
* add 'set -e' to scripts in test/
* make test in test/ work with separate output dir
* test/:
- add 'set -e' to scripts in test/
- make stuff in test/ work with separate output dir
- remove all the duplicated code in test/
* suppress log output on shutdown when "quiet" is used

View File

@ -3,8 +3,7 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh
TEST_DESCRIPTION="Basic systemd setup"
KVERSION=${KVERSION-$(uname -r)}
KERNEL_VER=$(uname -r)
. $TEST_BASE_DIR/test-functions
# Uncomment this to debug failures
#DEBUGFAIL="systemd.unit=multi-user.target"
@ -242,5 +241,4 @@ test_cleanup() {
return 0
}
. $TEST_BASE_DIR/test-functions
do_test "$@"

View File

@ -3,8 +3,7 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh
TEST_DESCRIPTION="cryptsetup systemd setup"
KVERSION=${KVERSION-$(uname -r)}
KERNEL_VER=$(uname -r)
. $TEST_BASE_DIR/test-functions
# Uncomment this to debug failures
#DEBUGFAIL="systemd.unit=multi-user.target"
@ -254,5 +253,4 @@ test_cleanup() {
return 0
}
. $TEST_BASE_DIR/test-functions
do_test "$@"

View File

@ -3,8 +3,7 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh
TEST_DESCRIPTION="Job-related tests"
KVERSION=${KVERSION-$(uname -r)}
KERNEL_VER=$(uname -r)
. $TEST_BASE_DIR/test-functions
# Uncomment this to debug failures
#DEBUGFAIL="systemd.unit=multi-user.target"
@ -247,5 +246,4 @@ test_cleanup() {
return 0
}
. $TEST_BASE_DIR/test-functions
do_test "$@"