FIX: Typo in run_report script 35/7735/1
authorPeter Mikus <pmikus@cisco.com>
Mon, 24 Jul 2017 13:48:51 +0000 (15:48 +0200)
committerPeter Mikus <pmikus@cisco.com>
Mon, 24 Jul 2017 13:48:51 +0000 (15:48 +0200)
Change-Id: I267b1bcc2aad6ccf1a162376950c27f96de7c03f
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/tools/report_gen/run_report.sh

index 2737373..c867d35 100755 (executable)
@@ -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 )"