Removed tests, because they should have been done in git-cli.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
(define collection "rash-git-cli")
|
||||
(define pkg-desc "Rash line-mode integration for git-cli")
|
||||
(define version "0.1.0")
|
||||
(define version "0.1.5")
|
||||
(define pkg-authors '("Hans Dijkema"))
|
||||
(define license 'MIT)
|
||||
|
||||
@@ -17,5 +17,9 @@
|
||||
"racket-doc"
|
||||
"scribble-lib"))
|
||||
|
||||
;; Example programs are executable demonstrations, not package tests.
|
||||
(define test-omit-paths
|
||||
'("examples"))
|
||||
|
||||
(define scribblings
|
||||
'(("scribblings/rash-git-cli.scrbl" () ("rash-git-cli"))))
|
||||
'(("scribblings/rash-git-cli.scrbl" () ("rash-git-cli"))))
|
||||
Reference in New Issue
Block a user