26313 | Test suite fix: Fixed issue with Python symlink creation inconsistencies on Linux distros. On some symlink failed due to existing symlinks, while on others the creation was needed. Fixed by changing 'ln -s' to 'ln -f -s'. Tests run thru a 'clean start' after this change. |
26328 | Test suite fix: Fixed issue with Python symlink creation inconsistencies on Linux distros. On some symlink failed due to existing symlinks, while on others the creation was needed. Fixed by changing 'ln -s' to 'ln -f -s'. Tests run thru a 'clean start' after this change. |