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) b.bundle().pipe(writeStream)
} catch (e) { } catch (err) {
console.error('Integration build failure', e) throw new Error('Integration tests build failure - ' + err.stack)
} }

Loading…
Cancel
Save