Reverting the parsing method of the RTE script - #978
Conversation
|
I created a test build from this, ...I still run into the issue where I see messages like and in log files like |
|
MSQT passed, the remainder of the integration tests were skipped as this is not needed |
|
For the interested reader, when using whereas when using The core difference is the additional directory which simply does not exist. As this is a bash level command, its failure is not blocking and is not propagated, hence the remainder of the command continues to execute. The changes made in this PR revert back to the old way of getting the RTE script. |
Description
Fixes issue #977
The recent changes for PMaaS re-parsed the RTE script path, which was not needed.
Also adds a safeguard against intermittent X11-related issues associated with the handling of the
DISPLAYenvironment variable. The generally reported solution is to remove this environment variables, and the issues go away.