public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH] t/t1517: mark tests that fail with GIT_TEST_INSTALLED
@ 2025-08-16 10:36 Adam Dinwoodie
  2025-08-17  6:42 ` Usman Akinyemi
  2025-08-19  7:43 ` [PATCH v2] " Adam Dinwoodie
  0 siblings, 2 replies; 5+ messages in thread
From: Adam Dinwoodie @ 2025-08-16 10:36 UTC (permalink / raw)
  To: git; +Cc: Usman Akinyemi, Patrick Steinhardt, Junio C Hamano,
	D . Ben Knoble

The changes added by 39fc408562 (t/t1517: automate `git subcmd -h` tests
outside a repository, 2025-08-08) to automatically loop over all "main"
Git commands will, when run against an installed build using
GIT_TEST_INSTALLED rather than the build in the build directory, include
some extra git-gui commands that are installed by `make install`.  These
fail the test, so record them as such.

Signed-off-by: Adam Dinwoodie <adam@dinwoodie•org>
---
 t/t1517-outside-repo.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/t1517-outside-repo.sh b/t/t1517-outside-repo.sh
index 1c69d52c76..61fdd0170c 100755
--- a/t/t1517-outside-repo.sh
+++ b/t/t1517-outside-repo.sh
@@ -111,8 +111,9 @@ for cmd in $(git --list-cmds=main)
 do
 	cmd=${cmd%.*} # strip .sh, .perl, etc.
 	case "$cmd" in
-	archimport | cvsexportcommit | cvsimport | cvsserver | daemon | \
+	archimport | citool | cvsexportcommit | cvsimport | cvsserver | daemon | \
 	difftool--helper | filter-branch | fsck-objects | get-tar-commit-id | \
+	gui | gui--askpass | \
 	http-backend | http-fetch | http-push | init-db | \
 	merge-octopus | merge-one-file | merge-resolve | mergetool | \
 	mktag | p4 | p4.py | pickaxe | remote-ftp | remote-ftps | \
-- 
2.49.0


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

end of thread, other threads:[~2025-08-19 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 10:36 [PATCH] t/t1517: mark tests that fail with GIT_TEST_INSTALLED Adam Dinwoodie
2025-08-17  6:42 ` Usman Akinyemi
2025-08-19  7:43 ` [PATCH v2] " Adam Dinwoodie
2025-08-19 15:35   ` Junio C Hamano
2025-08-19 18:21     ` Adam Dinwoodie

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