A file for this already existed.
This commit is contained in:
parent
ae1e459a53
commit
0b461f98bd
|
@ -10,7 +10,7 @@ compiler:
|
|||
# Just run tests for the core
|
||||
script:
|
||||
- make CPUS="2" PKGS="racket-test db-test unstable-flonum-lib net-test"
|
||||
- raco test -l tests/racket/run-quiet
|
||||
- raco test -l tests/racket/test
|
||||
- racket -l tests/racket/contract/all
|
||||
- raco test -l tests/json/json
|
||||
- raco test -l tests/file/main
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#lang racket/base
|
||||
(require racket/runtime-path)
|
||||
(define-runtime-path quiet "quiet.rktl")
|
||||
(current-namespace (make-base-namespace))
|
||||
(eval '(require racket (for-syntax racket)))
|
||||
(load "quiet.rktl")
|
Loading…
Reference in New Issue
Block a user