This adjusts the tests for get_pants.sh to cover additional features:
installing a specific version (--version)
changing the target directory (--bin-dir)
changing the executable name (--base-name)
It also adjusts the existing test to actually execute the installed launcher, not just check its properties, which is critical for the --version tests.
This adjusts the tests for
get_pants.sh
to cover additional features:--version
)--bin-dir
)--base-name
)It also adjusts the existing test to actually execute the installed launcher, not just check its properties, which is critical for the
--version
tests.