Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Oct 13, 2023
1 parent 26900ab commit baaaf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/integration-tests/src/integration-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class IntegrationTest {
console.log('diff starting')
const outDir = await this.mkTmpDir()
const diffResult = await diff(this.dir, this.file, this.stackName, outDir)
console.log('diff complete', diffResult)
console.log('diff complete', JSON.stringify(diffResult))
const hasDifferences = !diffResult.toLowerCase().includes('there were no differences')

if (hasDifferences) {
Expand Down

0 comments on commit baaaf9e

Please sign in to comment.