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 Oct 2, 2024. It is now read-only.
We've been discussing simplifying the test suite by removing the embedded Bats.
Currently, make install does not install the embedded Bats (test/Makefile:134 has an extra test/). Thus, the Vagrantfile cannot pass tests, because the system Bats doesn't work (#552) and the embedded Bats isn't installed.
Rather than fix the install, why don't we go ahead and just remove the embedded Bats.
We've been discussing simplifying the test suite by removing the embedded Bats.
Currently,
make install
does not install the embedded Bats (test/Makefile:134
has an extratest/
). Thus, the Vagrantfile cannot pass tests, because the system Bats doesn't work (#552) and the embedded Bats isn't installed.Rather than fix the install, why don't we go ahead and just remove the embedded Bats.
@j-ogas, opinions?
The text was updated successfully, but these errors were encountered: