aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-03-12 13:50:11 -0700
committerChris Rebert <[email protected]>2014-03-12 13:50:11 -0700
commit065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d (patch)
tree39aea48083a5393077b30b7e285c1ccdda84b3d4
parentd4a4bbb729008bc1963ceee50c930ae21cc7d254 (diff)
downloadbootstrap-065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d.tar.xz
bootstrap-065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d.zip
use stricter error checking in uncached-npm-install.sh
Closes #13045
-rwxr-xr-xtest-infra/uncached-npm-install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-infra/uncached-npm-install.sh b/test-infra/uncached-npm-install.sh
index 1c5624986..49c75192b 100755
--- a/test-infra/uncached-npm-install.sh
+++ b/test-infra/uncached-npm-install.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+set -e
cp test-infra/npm-shrinkwrap.canonical.json npm-shrinkwrap.json
npm install
rm npm-shrinkwrap.json