From 065fe98a29b1f1f90d46b9a2ab481fcaa9ea987d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Mar 2014 13:50:11 -0700 Subject: [PATCH] use stricter error checking in uncached-npm-install.sh Closes #13045 --- test-infra/uncached-npm-install.sh | 1 + 1 file changed, 1 insertion(+) 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