public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] Fix INSTALL_TARGETS for nfs tests
@ 2021-12-08 15:20 Martin Doucha
  2021-12-08 16:40 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Doucha @ 2021-12-08 15:20 UTC (permalink / raw)
  To: ltp

Fixes: 7fb7aeb71 ("nfs: Add *.sh extension to shell tests")
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
 testcases/network/nfs/nfs_stress/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/testcases/network/nfs/nfs_stress/Makefile b/testcases/network/nfs/nfs_stress/Makefile
index 0b7408e29..8cd095867 100644
--- a/testcases/network/nfs/nfs_stress/Makefile
+++ b/testcases/network/nfs/nfs_stress/Makefile
@@ -10,12 +10,12 @@ nfs04_create_file: CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 nfs05_make_tree: LDLIBS += -lpthread
 
 INSTALL_TARGETS		:= nfs_lib.sh \
-			   nfs01 \
-			   nfs02 \
-			   nfs03 \
-			   nfs04 \
-			   nfs05 \
-			   nfs06 \
+			   nfs01.sh \
+			   nfs02.sh \
+			   nfs03.sh \
+			   nfs04.sh \
+			   nfs05.sh \
+			   nfs06.sh \
 			   nfs07.sh
 
 include $(top_srcdir)/include/mk/generic_leaf_target.mk
-- 
2.33.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [LTP] [PATCH] Fix INSTALL_TARGETS for nfs tests
  2021-12-08 15:20 [LTP] [PATCH] Fix INSTALL_TARGETS for nfs tests Martin Doucha
@ 2021-12-08 16:40 ` Petr Vorel
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2021-12-08 16:40 UTC (permalink / raw)
  To: Martin Doucha; +Cc: ltp

Hi Martin,

> Fixes: 7fb7aeb71 ("nfs: Add *.sh extension to shell tests")
Thanks for fixing my error. Merged.

Maybe after adding new test we could just change the pattern to *.sh to not
having to update it.

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-08 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-08 15:20 [LTP] [PATCH] Fix INSTALL_TARGETS for nfs tests Martin Doucha
2021-12-08 16:40 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox