Repository : ssh://darcs.haskell.org//srv/darcs/ghc-git/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/a8e642153554161bd9c50ed417b1d74825c77a55

>---------------------------------------------------------------

commit a8e642153554161bd9c50ed417b1d74825c77a55
Author: Ian Lynagh <ig...@earth.li>
Date:   Fri Apr 1 03:13:38 2011 +0100

    Fix driver062e in git

>---------------------------------------------------------------

 tests/ghc-regress/driver/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/tests/ghc-regress/driver/Makefile 
b/tests/ghc-regress/driver/Makefile
index d0b68c5..bef9577 100644
--- a/tests/ghc-regress/driver/Makefile
+++ b/tests/ghc-regress/driver/Makefile
@@ -344,7 +344,9 @@ test062d:
        "$(TEST_HC)" -v0 --make -main-is B062d.Hello062d.hello062d 
B062d/Hello062d.hs -o hello062d
        ./hello062d
 test062e:
-       $(RM) B062e/Hello062e.hs B062e/Hello062e.hi B062e/Hello062e$(OBJSUFFIX) 
Hello062e.hc hello062e
+       $(RM) -rf B062e
+       $(RM) Hello062e.hc hello062e
+       mkdir B062e
        echo "module B062e.Hello062e (main) where { main = putStrLn \"ok\" }" 
>B062e/Hello062e.hs
        "$(TEST_HC)" -v0 --make -main-is B062e.Hello062e B062e/Hello062e.hs -o 
hello062e
        ./hello062e



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to