Skip to content

Commit

Permalink
Merge tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/…
Browse files Browse the repository at this point in the history
…linux/kernel/git/shuah/linux-kselftest

Pull Kselftest fix from Shuah Khan:
 "A fix from Michael Ellerman to not run dnotify_test by default to
  prevent Kselftest running forever"

* tag 'linux-kselftest-4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  selftests/filesystems: Don't run dnotify_test by default
  • Loading branch information
torvalds committed Apr 21, 2018
2 parents 9409227 + 8bf24e8 commit 6488ec2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tools/testing/selftests/filesystems/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
TEST_PROGS := dnotify_test devpts_pts
all: $(TEST_PROGS)

include ../lib.mk
TEST_GEN_PROGS := devpts_pts
TEST_GEN_PROGS_EXTENDED := dnotify_test

clean:
rm -fr $(TEST_PROGS)
include ../lib.mk

0 comments on commit 6488ec2

Please sign in to comment.