Branch: refs/heads/master
Revision: e4fb842
Author: lydia-duncan
Log Message:
Merge pull request #16805 from lydia-duncan/fixSkipif
Adjust use of CHPL_BIN_SUBDIR in the skipif and execenvs for this test dir
[reviewed and suggested by @ronawho]
CHPL_BIN_SUBDIR might not be set in the testing environment, but
CHPL_HOST_BIN_SUBDIR should be available for skipifs.
While here, also use os.path.join instead of concatenating the path
with “/” myself.
We couldn’t use the same strategy for the EXECENV due to not injecting
environment variables when pulling in non-executable files. Elliot has a
PR to fix that, but in the meanwhile mimic the behavior of the mason
testing EXECENVs and explicitly call the chplenv script
Suggested by Elliot