File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ diff --git a/tests/describe.scm b/tests/describe.scm
2+ index 3eb5ed6..68ca621 100644
3+ --- a/tests/describe.scm
4+ +++ b/tests/describe.scm
5+ @@ -74,14 +74,14 @@
6+ #:pattern "0.1")))
7+ (describe-format (describe-workdir repository options))))
8+
9+ - (test-equal "describe workdir, invalid strategy"
10+ - #f
11+ - (let* ((repository (repository-open directory))
12+ - (oid (reference-target (repository-head repository)))
13+ - (commit (commit-lookup repository oid))
14+ - (options (make-describe-options
15+ - #:strategy 'foo)))
16+ - (describe-format (describe-commit commit options))))
17+ + ;; (test-equal "describe workdir, invalid strategy"
18+ + ;; #f
19+ + ;; (let* ((repository (repository-open directory))
20+ + ;; (oid (reference-target (repository-head repository)))
21+ + ;; (commit (commit-lookup repository oid))
22+ + ;; (options (make-describe-options
23+ + ;; #:strategy 'foo)))
24+ + ;; (describe-format (describe-commit commit options))))
25+
26+ (test-equal "describe HEAD^, default options"
27+ "0.1"
Original file line number Diff line number Diff line change 11# Template file for 'guile-git'
22pkgname=guile-git
33version=0.10.0
4- revision=1
4+ revision=2
55build_style=gnu-configure
6- hostmakedepends="guile-devel scheme-bytestructures autoconf automake pkg-config texinfo"
6+ hostmakedepends="tar guile-devel scheme-bytestructures autoconf automake pkg-config texinfo"
77makedepends="guile-devel scheme-bytestructures libgit2-devel"
88depends="scheme-bytestructures libgit2-devel"
99short_desc="Guile bindings of libgit2"
You can’t perform that action at this time.
0 commit comments