Although your earlier bionic run did run, and fail:
https://travis-ci.org/OpenLightingProject/ola/jobs/609809927#L974-L977
sh ./plugins/convert_README_to_header.sh ./plugins/artnet ./plugins/artnet/ArtNetPluginDescription.h
sh ./plugins/convert_README_to_header.sh ./plugins/dummy ./plugins/dummy/DummyPluginDescription.h
sed: -e expression #6, char 14: unterminated `s' command
sed: -e expression #6, char 14: unterminated `s' command
Is that the same as you get on your personal machine with 19.04?
Originally posted by @peternewman in #1586
See the rest of the discussion in #1586 (review)
We should start by making the script fail so make fails if the sed command fails, and then try and fix the command.
Although your earlier bionic run did run, and fail:
https://travis-ci.org/OpenLightingProject/ola/jobs/609809927#L974-L977
Is that the same as you get on your personal machine with 19.04?
Originally posted by @peternewman in #1586
See the rest of the discussion in #1586 (review)
We should start by making the script fail so make fails if the sed command fails, and then try and fix the command.