From: Chris Rebert Date: Wed, 12 Mar 2014 20:50:11 +0000 (-0700) Subject: use stricter error checking in uncached-npm-install.sh X-Git-Tag: v3.2.0~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d;p=thirdparty%2Fbootstrap.git use stricter error checking in uncached-npm-install.sh Closes #13045 --- diff --git a/test-infra/uncached-npm-install.sh b/test-infra/uncached-npm-install.sh index 1c56249862..49c75192ba 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