Error when running TR's test harness with no tests.

original commit: 407d9b5f0792ff94438a7e5f5448f54dddb8f7d9
This commit is contained in:
Vincent St-Amour 2010-12-10 13:44:16 -05:00
parent a650c59fb3
commit a00e498399

View File

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