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
Very low priority — I don't know that this matters, but I noticed in coq/coq#15880.
Many tests fail with bash syntax errors. Maybe because the run-example-XX scripts use /bin/bash as shebang instead of /usr/bin/env bash — but after fixing this in run-example-00.sh, tests fail with further errors.
Original error
Failing test logs:
example_00_result.log:
$ . /Users/pgiarrusso1/git-bedrock/coq/_build_ci/coq_tools/examples/disable-parallel-make.sh
$$ export MAKEFLAGS=
$$ MAKEFLAGS=
./run-example-00.sh: line 125: unexpected EOF while looking for matching `"'
./run-example-00.sh: line 129: syntax error: unexpected end of file
The text was updated successfully, but these errors were encountered:
Very low priority — I don't know that this matters, but I noticed in coq/coq#15880.
Many tests fail with bash syntax errors. Maybe because the
run-example-XX
scripts use/bin/bash
as shebang instead of/usr/bin/env bash
— but after fixing this inrun-example-00.sh
, tests fail with further errors.Original error
The text was updated successfully, but these errors were encountered: