Better output: using quiet.ss will show nothing except for section
headers and errors (if any). Also, using quiet.ss will exit with an error code if there were errors. svn: r3655 original commit: bbf54efde9725215d56bb0d6eafaf23970f6820f
This commit is contained in:
parent
a721c44f89
commit
2d45ce40ea
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'awk)
|
||||
(Section 'awk)
|
||||
|
||||
(require (lib "awk.ss"))
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'compat)
|
||||
(Section 'compat)
|
||||
|
||||
(require (lib "compat.ss"))
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
(lib "class.ss")
|
||||
(lib "etc.ss"))
|
||||
|
||||
(SECTION 'contract)
|
||||
(Section 'contract)
|
||||
|
||||
(parameterize ([error-print-width 200])
|
||||
(let ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'etc)
|
||||
(Section 'etc)
|
||||
|
||||
(require (lib "etc.ss"))
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'kw)
|
||||
(Section 'kw)
|
||||
|
||||
(require (lib "kw.ss"))
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'macrolib)
|
||||
(Section 'macrolib)
|
||||
|
||||
(require (lib "etc.ss"))
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'pconvert)
|
||||
(Section 'pconvert)
|
||||
|
||||
(require (lib "unit.ss")
|
||||
(lib "file.ss")
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
(require (lib "restart.ss"))
|
||||
|
||||
(SECTION 'restart)
|
||||
(Section 'restart)
|
||||
|
||||
(test #t restart-mzscheme #("ignore-me") values #("-qmv") void)
|
||||
(let ([test-in-out
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'structlib)
|
||||
(Section 'structlib)
|
||||
|
||||
(require (lib "struct.ss"))
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'thread)
|
||||
(Section 'thread)
|
||||
|
||||
(require (lib "thread.ss"))
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
(load-relative "loadtest.ss")
|
||||
|
||||
(SECTION 'unit)
|
||||
(Section 'unit)
|
||||
(require (lib "unit.ss"))
|
||||
|
||||
(syntax-test #'(unit))
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
(require (lib "unitsig.ss"))
|
||||
(require (lib "include.ss"))
|
||||
|
||||
(SECTION 'unit/sig)
|
||||
(Section 'unit/sig)
|
||||
|
||||
(syntax-test #'(define-signature))
|
||||
(syntax-test #'(define-signature))
|
||||
|
|
Loading…
Reference in New Issue
Block a user