Skip to content
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

Add --tasty-arg to validate.sh #10428

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

9999years
Copy link
Collaborator

@9999years 9999years commented Oct 4, 2024

This lets you add custom arguments to Tasty test suites. This can be used to set --keep-tmp-files for debugging:

./validate.sh -v -s build -s cli-suite \
    --tasty-arg --keep-tmp-files

Copy link
Member

@Mikolaj Mikolaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@9999years 9999years added the merge me Tell Mergify Bot to merge label Oct 10, 2024
@mergify mergify bot added ready and waiting Mergify is waiting out the cooldown period merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days labels Oct 10, 2024
@Mikolaj
Copy link
Member

Mikolaj commented Oct 16, 2024

@mergify embark

Copy link
Contributor

mergify bot commented Oct 16, 2024

embark

❌ Sorry but I didn't understand the command. Please consult the commands documentation 📚.

@Mikolaj
Copy link
Member

Mikolaj commented Oct 16, 2024

@mergify dequeue

Copy link
Contributor

mergify bot commented Oct 16, 2024

dequeue

☑️ The pull request is not queued

@Mikolaj
Copy link
Member

Mikolaj commented Oct 16, 2024

@mergify requeue

Copy link
Contributor

mergify bot commented Oct 16, 2024

requeue

☑️ This pull request is already queued

@Mikolaj
Copy link
Member

Mikolaj commented Oct 16, 2024

@mergify update

Copy link
Contributor

mergify bot commented Oct 16, 2024

update

☑️ Nothing to do

  • #commits-behind > 0 [📌 update requirement]
  • -closed [📌 update requirement]
  • -conflict [📌 update requirement]
  • queue-position = -1 [📌 update requirement]

@Mikolaj
Copy link
Member

Mikolaj commented Oct 16, 2024

Prodding doesn't seem to help. Could you rebase, in case this helps?

This lets you add custom arguments to `Tasty` test suites. This can be
used to set `--keep-tmp-files` for debugging, or to run a particular
test in `cabal-testsuite`:

    ./validate.sh -v -s build -s cli-suite \
        --tasty-arg PackageTests/HaddockKeepTmpsCustom/cabal.test.hs
@mergify mergify bot merged commit 470ee94 into haskell:master Oct 16, 2024
48 checks passed
@9999years 9999years deleted the add-validate-tasty-arg branch October 17, 2024 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
attention: needs-backport 3.12 attention: needs-backport 3.14 merge delay passed Applied (usually by Mergify) when PR approved and received no updates for 2 days merge me Tell Mergify Bot to merge ready and waiting Mergify is waiting out the cooldown period
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants