diff --git a/.travis.yml b/.travis.yml index 393f6c7047..8c96ab3c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/pkgs/racket-pkgs/racket-test/tests/racket/run-quiet.rkt b/pkgs/racket-pkgs/racket-test/tests/racket/run-quiet.rkt deleted file mode 100644 index c99bbf531f..0000000000 --- a/pkgs/racket-pkgs/racket-test/tests/racket/run-quiet.rkt +++ /dev/null @@ -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")