linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] new: Improvements to new script
@ 2025-05-13  8:10 Nirjhar Roy (IBM)
  2025-05-13  8:10 ` [PATCH v1 1/3] new: Add a new parameter (name/emailid) in the "new" script Nirjhar Roy (IBM)
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Nirjhar Roy (IBM) @ 2025-05-13  8:10 UTC (permalink / raw)
  To: fstests
  Cc: linux-ext4, linux-xfs, ritesh.list, ojaswin, djwong, zlang, david,
	nirjhar.roy.lists

This series adds a couple of improvements to the "new" script.
Patch-1/3 - Adds an optional name/email id parameter prompt to the new script while creating
 a new test file using the "new" file.
Patch 2/3 - Replace "status=0;exit 0" with _exit 0 in the skeleton file in "new".
Patch 3/3 - Add a make command after the skeleton file is created, so that once
the skeleton file is created, it automatically gets added to group.list file. This
will enable the users to directly run the test without having to explicitly run make
on their own.

Nirjhar Roy (IBM) (3):
  new: Add a new parameter (name/emailid) in the "new" script
  new: Replace "status=0; exit 0" with _exit 0
  new: Run make after adding a new test file

 new | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

--
2.34.1


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

end of thread, other threads:[~2025-05-14  6:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13  8:10 [PATCH v1 0/3] new: Improvements to new script Nirjhar Roy (IBM)
2025-05-13  8:10 ` [PATCH v1 1/3] new: Add a new parameter (name/emailid) in the "new" script Nirjhar Roy (IBM)
2025-05-14  5:36   ` Zorro Lang
2025-05-14  6:39     ` Nirjhar Roy (IBM)
2025-05-13  8:10 ` [PATCH v1 2/3] new: Replace "status=0; exit 0" with _exit 0 Nirjhar Roy (IBM)
2025-05-14  5:20   ` Zorro Lang
2025-05-13  8:10 ` [PATCH v1 3/3] new: Run make after adding a new test file Nirjhar Roy (IBM)
2025-05-14  5:16   ` Zorro Lang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).