From 0b461f98bd235f776c2feb5f9904a6882473198a Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 4 Dec 2014 17:23:48 -0500 Subject: [PATCH] A file for this already existed. --- .travis.yml | 2 +- pkgs/racket-pkgs/racket-test/tests/racket/run-quiet.rkt | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 pkgs/racket-pkgs/racket-test/tests/racket/run-quiet.rkt 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")