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
This commit is contained in:
James E. Blair 2015-07-08 16:30:59 -07:00
parent 0dd464d175
commit ade79eb3f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -eux
#!/bin/bash -ux
# Copyright 2015 Hewlett-Packard Development Company, L.P.
#