[LTP] [PATCH] [COMMITTED] syscalls/inotify09: Add git tag.
Cyril Hrubis
chrubis@suse.cz
Tue May 5 13:45:01 CEST 2020
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
---
testcases/kernel/syscalls/inotify/inotify09.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/testcases/kernel/syscalls/inotify/inotify09.c b/testcases/kernel/syscalls/inotify/inotify09.c
index ff7379252..fdfc9c078 100644
--- a/testcases/kernel/syscalls/inotify/inotify09.c
+++ b/testcases/kernel/syscalls/inotify/inotify09.c
@@ -94,6 +94,10 @@ static struct tst_test test = {
.setup = setup,
.cleanup = cleanup,
.test_all = verify_inotify,
+ .tags = (const struct tst_tag[]) {
+ {"linux-git", "d90a10e2444b"},
+ {}
+ }
};
#else
--
2.26.2
More information about the ltp
mailing list