Error when running TR's test harness with no tests.
original commit: 407d9b5f0792ff94438a7e5f5448f54dddb8f7d9
This commit is contained in:
parent
a650c59fb3
commit
a00e498399
|
@ -30,7 +30,8 @@
|
|||
(cond [(and (unit?) (int?)) tests]
|
||||
[(unit?) unit-tests]
|
||||
[(int?) int-tests]
|
||||
[else #f]))
|
||||
[else
|
||||
(error "You must specify which tests should be run. See --help for more info.\n")]))
|
||||
|
||||
(cond [(and (nightly?) (eq? 'cgc (system-type 'gc)))
|
||||
(printf "Skipping Typed Racket tests.\n")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user