diff options
author | Dave Laing <dave.laing.80@gmail.com> | 2015-03-30 09:21:13 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-03-30 09:21:20 +0200 |
commit | e24f638158f96f80e476000cd7ce8555987d84f2 (patch) | |
tree | 05ceada9f5d8e91f8a8e5c29aec2277947a4ecaf | |
parent | a4656ebe97d5ee3579a36b6e3f9142cb9bc50a12 (diff) | |
download | haskell-e24f638158f96f80e476000cd7ce8555987d84f2.tar.gz |
Renames some files to help with validation cleanup (#10212)
Test Plan: validate twice
Reviewed by: thomie
Differential Revision: https://phabricator.haskell.org/D771
-rw-r--r-- | testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix (renamed from testsuite/tests/hpc/.hpc.T10138/Main.mix) | 0 | ||||
-rw-r--r-- | testsuite/tests/hpc/T10138.keepme.tix (renamed from testsuite/tests/hpc/T10138.tix) | 0 | ||||
-rw-r--r-- | testsuite/tests/hpc/all.T | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/hpc/.hpc.T10138/Main.mix b/testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix index 26611fef24..26611fef24 100644 --- a/testsuite/tests/hpc/.hpc.T10138/Main.mix +++ b/testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix diff --git a/testsuite/tests/hpc/T10138.tix b/testsuite/tests/hpc/T10138.keepme.tix index f348f7089e..f348f7089e 100644 --- a/testsuite/tests/hpc/T10138.tix +++ b/testsuite/tests/hpc/T10138.keepme.tix diff --git a/testsuite/tests/hpc/all.T b/testsuite/tests/hpc/all.T index 0289733b50..757525c2ef 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. # |