Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull kselftest fix from Shuah Khan: "A single fix to timers test to disable timeout setting for tests to run and report accurate results" * tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: selftests/timers: Turn off timeout setting
This commit is contained in:
@@ -13,6 +13,7 @@ DESTRUCTIVE_TESTS = alarmtimer-suspend valid-adjtimex adjtick change_skew \
|
||||
|
||||
TEST_GEN_PROGS_EXTENDED = $(DESTRUCTIVE_TESTS)
|
||||
|
||||
TEST_FILES := settings
|
||||
|
||||
include ../lib.mk
|
||||
|
||||
|
||||
1
tools/testing/selftests/timers/settings
Normal file
1
tools/testing/selftests/timers/settings
Normal file
@@ -0,0 +1 @@
|
||||
timeout=0
|
||||
Reference in New Issue
Block a user