gregorio-project / gregorio-test

A repository of tests for Gregorio
GNU General Public License v3.0
5 stars 3 forks source link

Can't find executable in TL2017 pretest #313

Closed rpspringuel closed 7 years ago

rpspringuel commented 7 years ago

I'm trying to test the TL2017 pretest to make sure our package is working as expected, and I've discovered that gregorio-test.sh can't find the gregorio executable in the pretest. I think it's because it's looking for (and not finding) the version suffix. I'm not sure, but a possible fix might be to bring the hyphen which separates gregorio from the suffix into the $gregorio_version variable. In this fashion when the test script fails to find the version suffix, it will look for an unsuffixed executable.

henryso commented 7 years ago

The problem is more complex than that. The script probes gregoriotex.lua for local gregorio_exe, which no longer exists in the new code. I'll try to work on this next weekend.

eroux commented 7 years ago

did you report the bug on the luatex or texlive mailing list?

rpspringuel commented 7 years ago

I'm working on the bug report.

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝ Br. Samuel, OSB (R. Padraic Springuel) PAX ☧ ΧΡΙΣΤΟΣ

On May 26, 2017, at 3:57 AM, Elie Roux notifications@github.com wrote:

did you report the bug on the luatex or texlive mailing list?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

henryso commented 7 years ago

@rpspringuel Were you able to pull together an MWE?

rpspringuel commented 7 years ago

That's what I'm working on.

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝ Br. Samuel, OSB (R. Padraic Springuel) PAX ☧ ΧΡΙΣΤΟΣ

On May 26, 2017, at 8:42 AM, Henry So notifications@github.com wrote:

@rpspringuel Were you able to pull together an MWE?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.