[ExampleDocumentTests] drop out in case of an error during compilation
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
This commit is contained in:
committed by
Jakob Ackermann
parent
c30e6a9d4f
commit
267ff9e7f1
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user