Bug fix: Include Lua tests
authorColin Clark <colin.clark@cclark.uk>
Wed, 2 Aug 2023 15:54:36 +0000 (16:54 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 2 Aug 2023 15:54:36 +0000 (16:54 +0100)
commit7bd21d17cee90515412dc32db9ac2527d113f408
treea7b58d5d67ab9b6f6f09da35136d33ceccb866df
parentec1450097dcf4541fcbbdb4abb79e5e4fafc231f
Bug fix: Include Lua tests

When running as a GitHub action, error messages such as:

(geeqie:12363): dbind-WARNING **: 13:24:40.471: AT-SPI: Error retrieving
accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown:
The name org.a11y.Bus was not provided by any .service files

are included at the head of the run output. Work around the problem by
taking the last n lines of output.
scripts/lua-test.sh