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
Fix incorrect error message due to overwriting of $version, when harn…
…ess version specified that is not in harnesses.json (#38)
Co-authored-by: g-foster <[email protected]>
Allow tests to be run on macOS
/tmp is a symlink to /private/var/folders/RANDOMCHARS/ so the /tmp/ check fails.
According to https://reactphp.org/child-process/ php uses a "sh" shellwrapper
around all commands, of which sh's echo does not support "-n" to suppress
the newline.