fix failing tests
This commit is contained in:
4
build.cm
4
build.cm
@@ -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 })
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user