test - integration - throw error on failure

feature/default_network_editable
kumavis 7 years ago
parent 29dcadc346
commit 44616483e0
  1. 4
      test/integration/index.js

@ -17,7 +17,7 @@ try {
})
b.bundle().pipe(writeStream)
} catch (e) {
console.error('Integration build failure', e)
} catch (err) {
throw new Error('Integration tests build failure - ' + err.stack)
}

Loading…
Cancel
Save