git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
blob c4b9b4a6fe99291984b2a8d99154f95239e357e7 482 bytes (raw)
name: t/t7900-maintenance.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
#!/bin/sh

test_description='git maintenance builtin'

. ./test-lib.sh

test_expect_success 'help text' '
	test_expect_code 129 git maintenance -h 2>err &&
	test_i18ngrep "usage: git maintenance run" err
'

test_expect_success 'run [--auto]' '
	GIT_TRACE2_EVENT="$(pwd)/run-no-auto.txt" git maintenance run &&
	GIT_TRACE2_EVENT="$(pwd)/run-auto.txt" git maintenance run --auto &&
	test_subcommand git gc <run-no-auto.txt &&
	test_subcommand git gc --auto <run-auto.txt
'

test_done

debug log:

solving c4b9b4a6fe ...
found c4b9b4a6fe in https://public-inbox.org/git/2b9deb6d6a23e53bec75e109f2e3ef9217420425.1596728921.git.gitgitgadget@gmail.com/

applying [1/1] https://public-inbox.org/git/2b9deb6d6a23e53bec75e109f2e3ef9217420425.1596728921.git.gitgitgadget@gmail.com/
diff --git a/t/t7900-maintenance.sh b/t/t7900-maintenance.sh
new file mode 100755
index 0000000000..c4b9b4a6fe

Checking patch t/t7900-maintenance.sh...
Applied patch t/t7900-maintenance.sh cleanly.

index at:
100755 c4b9b4a6fe99291984b2a8d99154f95239e357e7	t/t7900-maintenance.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).