Skip to content

Commit

Permalink
bash debug (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadarsie authored Apr 15, 2020
1 parent e4bfdd8 commit 7a8035e
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion AKSEngine-E2E/AksTest-Scripts/aksEngineScale.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/bash
#!/bin/bash -x

set -e

log_level()
Expand Down
3 changes: 2 additions & 1 deletion AKSEngine-E2E/AksTest-Scripts/aksEngineUpgrade.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/bash
#!/bin/bash -x

set -e

log_level()
Expand Down
2 changes: 1 addition & 1 deletion AKSEngine-E2E/AksTest-Scripts/runAksScript.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x

function printUsage
{
Expand Down
2 changes: 1 addition & 1 deletion AKSEngine-E2E/Template/azuredeploy.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AKSEngine-E2E/Template/script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash -ex
#!/bin/bash -ex

ERR_APT_INSTALL_TIMEOUT=9 # Timeout installing required apt packages
ERR_AKSE_DOWNLOAD=10 # Failure downloading AKS-Engine binaries
Expand Down
2 changes: 1 addition & 1 deletion diagnosis/k8sCollectLogsCi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x

validateKeys()
{
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/template/DeploymentTemplates/azuredeploy.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kubernetes/template/DeploymentTemplates/script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/bash -ex

ERR_APT_INSTALL_TIMEOUT=9 # Timeout installing required apt packages
ERR_AKSE_DOWNLOAD=10 # Failure downloading AKS-Engine binaries
Expand Down

0 comments on commit 7a8035e

Please sign in to comment.