Skip to content

Commit

Permalink
Merge tag 'linux-kselftest-5.9-rc5' of git:https://git.kernel.org/pub/scm/l…
Browse files Browse the repository at this point in the history
…inux/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:https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests/timers: Turn off timeout setting
  • Loading branch information
torvalds committed Sep 8, 2020
2 parents d6dc7e0 + 5c1e4f7 commit 34d4ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/timers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions tools/testing/selftests/timers/settings
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
timeout=0

0 comments on commit 34d4ddd

Please sign in to comment.