aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-07-24 15:48:51 +0200
committerPeter Mikus <pmikus@cisco.com>2017-07-24 15:48:51 +0200
commit71e61ec941914c658dba7442cb828b8479b90b83 (patch)
tree854c0385c9a1e13d99b9d8aba89ae7cf22598d00 /resources/tools/report_gen
parent61407a72649b7b355472350c2186aa36bf8182e7 (diff)
FIX: Typo in run_report script
Change-Id: I267b1bcc2aad6ccf1a162376950c27f96de7c03f Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen')
-rwxr-xr-xresources/tools/report_gen/run_report.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh
index 2737373496..c867d35bea 100755
--- a/resources/tools/report_gen/run_report.sh
+++ b/resources/tools/report_gen/run_report.sh
@@ -3,7 +3,7 @@
set -x
# Build locally without jenkins integrations
-DEBUG=1
+DEBUG=0
# Script directory
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"