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

Windows command line problem #7

Closed
morf opened this issue Feb 22, 2012 · 2 comments
Closed

Windows command line problem #7

morf opened this issue Feb 22, 2012 · 2 comments

Comments

@morf
Copy link

morf commented Feb 22, 2012

C:\Windows\system32>codecept install
Could not open input file: codecept

In codecept.bat file (https://github.com/Codeception/Codeception/blob/master/codecept.bat) need full path

"%PHPBIN%" "codecept" %*

Example phpunit.bat

"%PHPBIN%" "C:\Program Files (x86)\php 5.3\PEAR\phpunit" %*

https://github.com/sebastianbergmann/phpunit/blob/3.6/phpunit.bat

@DavertMik
Copy link
Member

Ok, taken into account

DavertMik added a commit that referenced this issue Feb 22, 2012
@DavertMik
Copy link
Member

That fix will be in next release.

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

No branches or pull requests

2 participants