aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/integration/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/index.js b/test/integration/index.js
index 8dc8a408f..144303dbb 100644
--- a/test/integration/index.js
+++ b/test/integration/index.js
@@ -20,6 +20,7 @@ pump(
writeStream,
(err) => {
if (err) throw err
- console.log('bundle completed.')
+ console.log(`Integration test build completed: "${bundlePath}"`)
+ process.exit(0)
}
) \ No newline at end of file