You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
This is a cross post from acquia/blt#1681 where running Behat commands with BLT w/in DrupalVM are failing. Digging into this, it seems that my vagrant config is looking in the wrong place (/vagrant vs. /var/www/). As a result, I am getting composer autoload errors.
It seems like we may need to set the exec pwd path in the VM so that things are running the proper location?
It looks like there's a PR #1435 related to this issue.
I'm still on the fence on whether I want to add explicit conditional config for this as part of Drupal VM. For my own needs, outside of BLT, I've not yet had a use case where vagrant exec was essential... just a nice little tool if you really want to use it. But for most things, using vagrant ssh or automating things via Ansible or Drush to work in the VM is easier/faster.
Issue Type
Your Environment
Your OS
Full console output
Summary
This is a cross post from acquia/blt#1681 where running Behat commands with BLT w/in DrupalVM are failing. Digging into this, it seems that my vagrant config is looking in the wrong place (/vagrant vs. /var/www/). As a result, I am getting composer autoload errors.
It seems like we may need to set the exec pwd path in the VM so that things are running the proper location?
cc @grasmash and @geerlingguy
The text was updated successfully, but these errors were encountered: