fix failing tests

This commit is contained in:
2026-01-23 07:56:49 -06:00
parent 4cf0ce00de
commit e6838338fc
8 changed files with 431 additions and 388 deletions

View File

@@ -452,8 +452,8 @@ Build.build_all_dynamic = function(target, buildtype = 'release') {
push(results, { package: pkg, library: lib })
} catch (e) {
log.error('Failed to build ' + pkg + ': ')
log.error(e.message)
log.error(e.stack)
log.console(e.message)
log.console(e.stack)
push(results, { package: pkg, error: e })
}
})