[commit: ghc] master: Renames some files to help with validation cleanup (#10212) (e24f638)
git at git.haskell.org
git at git.haskell.org
Mon Mar 30 07:22:35 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e24f638158f96f80e476000cd7ce8555987d84f2/ghc
>---------------------------------------------------------------
commit e24f638158f96f80e476000cd7ce8555987d84f2
Author: Dave Laing <dave.laing.80 at gmail.com>
Date: Mon Mar 30 09:21:13 2015 +0200
Renames some files to help with validation cleanup (#10212)
Test Plan: validate twice
Reviewed by: thomie
Differential Revision: https://phabricator.haskell.org/D771
>---------------------------------------------------------------
e24f638158f96f80e476000cd7ce8555987d84f2
testsuite/tests/hpc/{.hpc.T10138 => .keepme.hpc.T10138}/Main.mix | 0
testsuite/tests/hpc/{T10138.tix => T10138.keepme.tix} | 0
testsuite/tests/hpc/all.T | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/hpc/.hpc.T10138/Main.mix b/testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix
similarity index 100%
rename from testsuite/tests/hpc/.hpc.T10138/Main.mix
rename to testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix
diff --git a/testsuite/tests/hpc/T10138.tix b/testsuite/tests/hpc/T10138.keepme.tix
similarity index 100%
rename from testsuite/tests/hpc/T10138.tix
rename to testsuite/tests/hpc/T10138.keepme.tix
diff --git a/testsuite/tests/hpc/all.T b/testsuite/tests/hpc/all.T
index 0289733..757525c 100644
--- a/testsuite/tests/hpc/all.T
+++ b/testsuite/tests/hpc/all.T
@@ -1,6 +1,6 @@
test('T10138', ignore_output, run_command,
# Using --hpcdir with an absolute path should work (exit code 0).
- ['{hpc} report T10138.tix --hpcdir="`pwd`/.hpc.T10138"'])
+ ['{hpc} report T10138.keepme.tix --hpcdir="`pwd`/.keepme.hpc.T10138"'])
# Run tests below only for the hpc way.
#
More information about the ghc-commits
mailing list