Comment 1 for bug 1927755

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

try changing:

(host_checking || f.running_in_test_harness) ? " (not really)" : "");

in the patch to:

(host_checking || running_in_test_harness) ? " (not really)" : "");

to see if that fixes it...