Skip to content

Commit 4cfd45b

Browse files
committed
Fix a few test errors.
1 parent cbf47c9 commit 4cfd45b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

info.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535

3636
(define pkg-authors '(eli mflatt samth stamourv))
3737

38-
(define test-omit-paths '("sync.rkt"))
38+
(define test-omit-paths '("sync.rkt" "www/hello-world.rkt"))

www/all.rkt

+4
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
(require "index.rkt" "download.rkt" "lists.rkt" "learning.rkt" "help.rkt"
44
"new-name.rkt" "web-copyright.rkt" "techreports.rkt")
55
(provide download lists learning help)
6+
7+
(module+ test
8+
(module config info
9+
(define ignore-stderr "pollen: ")))

www/index.rkt

+4
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@
4646
;; make some old pages redirect to the main page
4747
(void (symlink #:site www-2016-site "index.html" "community.html"))
4848
(void (symlink #:site www-2016-site "index.html" "irc-chat.html"))
49+
50+
(module+ test
51+
(module config info
52+
(define ignore-stderr "pollen: ")))

0 commit comments

Comments
 (0)