savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
156 stars 12 forks source link

Stabilize integration test error output across library versions. #256

Closed jemc closed 2 years ago

jemc commented 2 years ago

In the integration test running script for auto-fix tests, convert dep version dirs to their short versions. This helps to stabilize file paths for testing error output, so that the error output doesn't change with each latest library version.


This PR fixes an issue that caused the last two PRs to fail unnecessarily. I opted just to fix it in this followup PR.