+24
−0
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
- add bustedCheckHook in the nativeCheckInputs and busted will run when doCheck is enabled. You can customize its call via "bustedFlags" and prevent it from running with "dontBustedCheck". If "nlua" is available, busted will automatically run busted with nlua as interpreter (already done in lux). Goal is to standardize the writing of tests so that if feels less like copy & paste. - removed the default checkPhase from buildLuarocksPackage which was running "luarocks test". None of the plugins was using as far as I know because no plugin out there (maybe 2 or 3) uses that ? it could be considered a breaking change but in practice I dont think it is.