Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[develop] Readlink quick fix and BATS test fixes #7525

Merged
merged 18 commits into from
Jun 24, 2019

Conversation

NorseGaud
Copy link
Contributor

The readlink tool throws a return code of 1 if the path is not a symlink. It used to be a symlink /usr/bin/c++ -> /usr/bin/clang++ but since #7516, we need to return true regardless of readlink failing and check if CXX =~ clang already.

@scottarnette scottarnette changed the title [develop] Readlink quick fix [develop] Readlink quick fix and BATS test fixes Jun 21, 2019
@scottarnette
Copy link
Contributor

scottarnette commented Jun 21, 2019

In addition, this also includes fixes and adjustments for the BATS tests to support both the new installation path prompt and changes to the ensure-compiler helper function. I am continuing to refine the BATS tests while we investigate issues with builds on clean containers to ensure we check for the correct dependencies.

@NorseGaud
Copy link
Contributor Author

Related #7400

@scottarnette scottarnette merged commit dc4568e into develop Jun 24, 2019
@scottarnette scottarnette deleted the readlink-quick-fix branch June 24, 2019 17:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants