Skip to content

Commit

Permalink
Add missing bash options to dns/run.sh
Browse files Browse the repository at this point in the history
This is, among others, to properly propagate error status.

Ref. kubernetes#1586
  • Loading branch information
mm4tt committed Nov 20, 2020
1 parent d638337 commit 6312eb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dns/run
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -o errexit
set -o nounset

# $1 - Test type.
# $2 - Optional test output directory path. If not provided default "out" is used.
# $3 - Optional json metrics directory path. If not provided metrics will not be created.
Expand Down

0 comments on commit 6312eb9

Please sign in to comment.