You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #4875 from billsacks/fix_test_unit_baselines_performance
Fix tests in TestUnitBaselinesPerformance on my Mac
The problem was that read_baseline_file returns without doing anything if not os.path.exists(baseline_file). So we need to make it think that the file exists. Previously one of the failing tests had been doing this via os.mknod("/tmp/cpl-mem.log"), but that was itself giving an error on my Mac.
0 commit comments