More fixes for 605, and adjust expected output

This commit is contained in:
dons
2005-08-19 01:04:43 +00:00
parent 6c122b67c4
commit 5dbfa70f74
7 changed files with 31 additions and 10 deletions

View File

@ -8,9 +8,6 @@ apipath = "../api"
main = do
status <- makeWith conf stub ["-i"++apipath]
print status
return ()
{-
o <- case status of
MakeFailure e -> mapM_ putStrLn e >> error "failed"
MakeSuccess _ o -> return o
@ -23,4 +20,3 @@ main = do
putStrLn user_editor
makeCleaner o
-}