-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Could not run it on windows. Log file C:\...\PT_61A9.tmp is empty. #306
Comments
also tested with plain php, and xdebug.
these work for me - with and without coverage |
Actually, the above works only for phpdbg. I'm sure I got it working with xdebug, but that doesn't seem to be the correct way |
any news on this? |
i have the same issue :( |
I have had the same issue and debugged it.
This ensures, that the newly created process inherits all env settings from the parent. |
Please check if the problem still occurs on master, it might be fixed by now. |
@andreasschroth it is not working for me yet :( |
@andreasschroth |
@bhoehl I am using : SO : windows 7 |
@bhoehl Thanks for your feedback, but you must use @pana1990 Okay, thanks for your feedback. Not good, thought this might be fixed with the merged PR. Did you apply the changes locally @bhoehl proposed a few comments before? Did it fix the problem? |
@andreasschroth yes i did apply but it is not working :( |
I have a same error for *nix environment: https://travis-ci.org/railt/railt/jobs/482650052 =( |
I've the same issue on Alpine Linux 3.9 stock PHP 7.2 with paratest and phpdbg. |
Hi, master introduced CI testing on Windows, and now crashes report the original command that generated the crash, so it should be easy to debug, or to report here a more specific issue. |
However, I changed
\Runners\PHPUnit\Options::phpunit()
to:.and worked like a charm (using phpdbg). Not sure what's that .bat file. I've never used it. I'm not sure if this report helps, but I'm willing to help determining the problem with some pointers.
Thank you in advance. The speed is really impressive...
The text was updated successfully, but these errors were encountered: