mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-29 00:02:09 +00:00
Merge pull request #185 from overleaf/jpa-import-123
[ExampleDocumentTests] drop out in case of an error during compilation
This commit is contained in:
commit
8277623ecc
1 changed files with 2 additions and 0 deletions
|
@ -235,6 +235,7 @@ describe('Example Documents', function() {
|
||||||
) === 'failure'
|
) === 'failure'
|
||||||
) {
|
) {
|
||||||
console.log('DEBUG: error', error, 'body', JSON.stringify(body))
|
console.log('DEBUG: error', error, 'body', JSON.stringify(body))
|
||||||
|
return done(new Error('Compile failed'))
|
||||||
}
|
}
|
||||||
const pdf = Client.getOutputFile(body, 'pdf')
|
const pdf = Client.getOutputFile(body, 'pdf')
|
||||||
return downloadAndComparePdf(
|
return downloadAndComparePdf(
|
||||||
|
@ -263,6 +264,7 @@ describe('Example Documents', function() {
|
||||||
) === 'failure'
|
) === 'failure'
|
||||||
) {
|
) {
|
||||||
console.log('DEBUG: error', error, 'body', JSON.stringify(body))
|
console.log('DEBUG: error', error, 'body', JSON.stringify(body))
|
||||||
|
return done(new Error('Compile failed'))
|
||||||
}
|
}
|
||||||
const pdf = Client.getOutputFile(body, 'pdf')
|
const pdf = Client.getOutputFile(body, 'pdf')
|
||||||
return downloadAndComparePdf(
|
return downloadAndComparePdf(
|
||||||
|
|
Loading…
Reference in a new issue