mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-30 02:51:07 +02:00
This PR fixes CompilePlugin which would fail when run locally in certain situations based on relative directory paths. This change makes CompilePlugin perform os.Stat on the full path to the plugin's main.go file to ensure the test changes to the appropriate directory for building the plugin.