mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Include log chunk when task runner sees log update, clarify if we can pull logs from same line or next line
This commit is contained in:
parent
b452c2b8f7
commit
a760ee803f
@ -5,7 +5,7 @@ const md5 = require('md5');
|
||||
describe('Cloud Runner Remote Client', () => {
|
||||
it('Responds', () => {});
|
||||
setups();
|
||||
it('Run one build it using K8s without error', async () => {
|
||||
it('Loghash digestion input matches output', async () => {
|
||||
const testLogStream = 'Test \n Log \n Stream';
|
||||
|
||||
const splitLogStream = testLogStream.split('\n');
|
||||
|
Loading…
Reference in New Issue
Block a user