adjust tests so they don't leave detritus
parent
859aa44105
commit
186111b5ca
@ -1 +1 @@
|
|||||||
1476035093
|
1476227076
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
#lang racket/base
|
||||||
|
|
||||||
|
;; This will prevent tests from littering their directory
|
||||||
|
;; with pollen-cache files.
|
||||||
|
(module setup racket/base
|
||||||
|
(provide (all-defined-out))
|
||||||
|
(define compile-cache-active #f)
|
||||||
|
(define render-cache-active #f))
|
Loading…
Reference in New Issue