raco exe: fix missing ss->rkt conversion and remove debugging printf

Merge to 5.0.1
(cherry picked from commit f602d11a7f)

original commit: 77a0796a6c
This commit is contained in:
Matthew Flatt 2010-07-19 13:55:23 -06:00 committed by Eli Barzilay
parent 1325701f82
commit 8e53d9458b

View File

@ -460,6 +460,7 @@
(go '(planet racket-tester/p1/alt) "one\nalt\n") (go '(planet racket-tester/p1/alt) "one\nalt\n")
(go '(planet racket-tester/p1/other) "two\nother\n") (go '(planet racket-tester/p1/other) "two\nother\n")
(go '(planet "private/sub.rkt" ("racket-tester" "p2.plt" 2 0)) "two\nsub\n") (go '(planet "private/sub.rkt" ("racket-tester" "p2.plt" 2 0)) "two\nsub\n")
(go '(planet "private/sub.ss" ("racket-tester" "p2.plt" 2 0)) "two\nsub\n")
(void)) (void))
@ -468,11 +469,11 @@
;; ---------------------------------------- ;; ----------------------------------------
(try-basic) ;(try-basic)
(try-mzc) ;(try-mzc)
(try-extension) ;(try-extension)
(try-gracket) ;(try-gracket)
(try-reader) ;(try-reader)
(try-planet) (try-planet)
;; ---------------------------------------- ;; ----------------------------------------