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:
parent
0dd464d175
commit
ade79eb3f2
@ -1,4 +1,4 @@
|
||||
#!/bin/bash -eux
|
||||
#!/bin/bash -ux
|
||||
|
||||
# Copyright 2015 Hewlett-Packard Development Company, L.P.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user