File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 35
35
36
36
(define pkg-authors '(eli mflatt samth stamourv))
37
37
38
- (define test-omit-paths '("sync.rkt " ))
38
+ (define test-omit-paths '("sync.rkt " " www/hello-world.rkt " ))
Original file line number Diff line number Diff line change 3
3
(require "index.rkt " "download.rkt " "lists.rkt " "learning.rkt " "help.rkt "
4
4
"new-name.rkt " "web-copyright.rkt " "techreports.rkt " )
5
5
(provide download lists learning help)
6
+
7
+ (module+ test
8
+ (module config info
9
+ (define ignore-stderr "pollen: " )))
Original file line number Diff line number Diff line change 46
46
;; make some old pages redirect to the main page
47
47
(void (symlink #:site www-2016-site "index.html " "community.html " ))
48
48
(void (symlink #:site www-2016-site "index.html " "irc-chat.html " ))
49
+
50
+ (module+ test
51
+ (module config info
52
+ (define ignore-stderr "pollen: " )))
You can’t perform that action at this time.
0 commit comments