A file for this already existed.

This commit is contained in:
Sam Tobin-Hochstadt 2014-12-04 17:23:48 -05:00
parent ae1e459a53
commit 0b461f98bd
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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")