clarify that error in checking is ignored

svn: r1521
This commit is contained in:
Eli Barzilay 2005-12-04 19:27:26 +00:00
parent ef87bdc876
commit b0d2560ef2

View File

@ -181,7 +181,7 @@ exit 1
(printf " ok.\n")
(case (and (pair? r) (car r))
[(error)
(printf " error: ~a\n" (cadr r))
(printf " skipping due to error: ~a\n" (cadr r))
(sleep 1)]
[(ok-but)
(printf " ok\n (note that there is a newer alpha version: ~a)"