diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-07-04 14:37:13 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-07-04 14:37:47 +0000 |
commit | a097c8748051f82e36b3cc3049bf3e596c2252a4 (patch) | |
tree | 276cbb40c8bd415f94f37fec6a7259092d9a7c7f /resources/tools/report_gen/run_report.sh | |
parent | 785519e26196b9e0a5016d0fc54ed099fd0a920f (diff) |
Fix: Run-report script
Change-Id: I98afcbca606caeaf49172c968174c4868579cf6a
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen/run_report.sh')
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 2 |
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 c24034f483..e11c68e8ee 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 # Build directories WORKING_DIR='_tmp' |