From ade79eb3f2e0538b12e804ff14466b9de07a4cbe Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@hp.com>
Date: Wed, 8 Jul 2015 16:30:59 -0700
Subject: [PATCH] Remove -e from apply test applier

The script that is run by find on each apply test file has -e set,
yet, it attempts to save the exit code from puppet apply and keep
running even in error.  Remove -e so that it does not immediately
exit and can continue as designed.

Change-Id: I1a24e80f42be8d028ecc3eb02df54b49f811fff4
---
 tools/test_puppet_apply.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test_puppet_apply.sh b/tools/test_puppet_apply.sh
index 69f08735fb..34742507cf 100755
--- a/tools/test_puppet_apply.sh
+++ b/tools/test_puppet_apply.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -eux
+#!/bin/bash -ux
 
 # Copyright 2015 Hewlett-Packard Development Company, L.P.
 #