From f72f23f9f6ff2914ec99fc86f67c89927f18ba47 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Wed, 15 Jun 2016 16:57:05 +0200 Subject: Testsuite: run tests in .run instead of /tmp As discussed in Phab:D1187, this approach makes it a bit easier to inspect the test directory while working on a new test. The only tests that needed changes are the ones that refer to files in ancestor directories. Those files are now copied directly into the test directory. validate still runs the tests in a temporary directory in /tmp, see `Note [Running tests in /tmp]` in testsuite/driver/runtests.py. Update submodule hpc. Reviewed by: simonmar Differential Revision: https://phabricator.haskell.org/D2333 GHC Trac Issues: #11980 --- testsuite/tests/ghci.debugger/scripts/print003.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/ghci.debugger/scripts/print003.script') diff --git a/testsuite/tests/ghci.debugger/scripts/print003.script b/testsuite/tests/ghci.debugger/scripts/print003.script index f172ffb708..e9f6094592 100644 --- a/testsuite/tests/ghci.debugger/scripts/print003.script +++ b/testsuite/tests/ghci.debugger/scripts/print003.script @@ -1,6 +1,6 @@ -- Simple Recovery of types - opaque types :set -XExistentialQuantification -XDeriveDataTypeable -XGeneralizedNewtypeDeriving -:l ../Test +:l Test let t = O (map Just [[1,1],[2,2]]) :p t -- should have bound _t1 now -- cgit v1.2.1