mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
In the language server tests, write out what fails (#1111)
This is not a good way to go, but it's all we've got, since Bazel deletes the ACTUAL file. Should almost certainly be done better, but these tests are dying at some point and it's better than nothing (which is what we had before).
This commit is contained in:
parent
ed431b4717
commit
50bcb853ea
@ -100,6 +100,7 @@ export function truncatePaths(obj: any): any {
|
||||
*/
|
||||
export function tryWriteActualJSON(rootPath : string, actual : any)
|
||||
{
|
||||
console.log(actual);
|
||||
tryWriteActual(rootPath + '/ACTUAL.json', JSON.stringify(actual, null, 2));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user