mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Skip testing example lua scripts which are not bundled
This commit is contained in:
parent
454df30ae5
commit
11464bfb18
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ LuaScriptTest::session_script_test ()
|
|||
|
||||
std::string script = "";
|
||||
|
||||
if (Glib::path_get_basename (spi->path).at(0) == '_') {
|
||||
continue;
|
||||
}
|
||||
|
||||
try {
|
||||
script = Glib::file_get_contents (spi->path);
|
||||
} catch (Glib::FileError e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue