NREL / openstudio-extension-gem

Other
6 stars 5 forks source link

Don't raise when bundle path mismatch #190

Closed jmarrec closed 3 months ago

jmarrec commented 4 months ago

In that PR I made it throw when Detected mistmatch between bundle's configured path and runner.conf https://github.com/NREL/openstudio-extension-gem/pull/182/files#r1494769490

the repo has ./bundle the test tries to initiate a new bundle at spec/test/.bundle/install

I suppose the test could just be run in a temporary folder, but it is probably not necessary to throw and force people to do that, and there might be other valid uses where you'd want several bundles.