Hi,

Apparently T706 test doesn't ignore ~/.ghci file and was failing for me
because of that. Attached is a simple patch fixing this.

Cheers,
Michal
>From 871cf36c0a1d2d473a8576b9486c03922f213193 Mon Sep 17 00:00:00 2001
From: Michal Terepeta <[email protected]>
Date: Thu, 14 Apr 2011 22:12:29 +0200
Subject: [PATCH] Make T706 use -ignore-dot-ghci.

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

diff --git a/tests/ghc-regress/driver/Makefile 
b/tests/ghc-regress/driver/Makefile
index 770eef8..a5f0a9c 100644
--- a/tests/ghc-regress/driver/Makefile
+++ b/tests/ghc-regress/driver/Makefile
@@ -484,4 +484,4 @@ T706:
        "$(TEST_HC)" -c T706.hs
        cp T706b.hs T706.hs
        "$(TEST_HC)" -c T706.hs
-       echo "test" | "$(TEST_HC)" --interactive -v0 T706
+       echo "test" | "$(TEST_HC)" --interactive -ignore-dot-ghci -v0 T706
-- 
1.7.4.1

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to