-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flag --test-keep-tix-files doesn't work with v2-test #6938
Comments
@awasthishubh: I'm unclear how to reproduce. I definitely see .tix files at |
@gbaz: perhaps you remember the details? |
@Mikolaj I am sorry but I do not remember exact details anymore. As far as I remember, I wanted to have the tix files which was working with cabal v1 but not with cabal v2.
It wasn't mention anywhere that I need to have |
@awasthishubh: thank you. In that case, I will close the issue and if it turns out Hackage needs .tix file generated without .mix files or whatever the precise requirement may be, this can be reopened, with extra details. |
Description
Command
cabal v2-test all --test-keep-tix-files
is supposed to keep the tix file that must be generated while running tests. This file is helpful in determining code-coverage using hpc.cabal v1-test --keep-tix-files
works fine but I am working on updating Hackage Builder to use cabal v2 as a part of my GSoC project.Steps to reproduce the behaviour:
Expected behaviour
A
test-pkg.tix
is expected to be present somewhere inside the package directory.Instead, I was only able to find an empty folder at
dist-newstyle/build/x86_64-linux/ghc-8.6.5/async-2.2.2/t/test-async/hpc/vanilla/tix/test-async
System information
Additional context
I tested with pkg: async-2.2.2
The text was updated successfully, but these errors were encountered: