Skip to content

Conversation

sheunl
Copy link

@sheunl sheunl commented Oct 20, 2024

the options -l and -r for running single test files was failing with exception PHP Fatal error: Uncaught ValueError: Path cannot be empty in run-tests.php:3926 for test files that exist.

the options -l and -r for running single test files was failing with exception
`PHP Fatal error:  Uncaught ValueError: Path cannot be empty
in run-tests.php:3926` for test files that exist.
Copy link
Member

@iluuu1994 iluuu1994 left a comment

Choose a reason for hiding this comment

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

I don't understand the problem. Can you clarify what command exactly gives you this error? Note that -l and -r are supposed to be executed without specifying any files. The idea is to run the tests that failed in the last command.

An argument could be made that the list could be further filtered by specifying a directly or a list of files, but that's not currently how it is implemented.

@sheunl sheunl closed this Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants