diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-15 13:35:12 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-15 13:39:09 +0100 |
commit | b8287ec997b2d426818fc095f2e4b49ec95d9f49 (patch) | |
tree | 81f16ab238d6c56da7b288c1b3bf087ef8886fbd /resources/tools/presentation/run_report.sh | |
parent | 215e1a007c90cd63bf44d142382a8cef51ec8509 (diff) |
Report: Change versioning and legend of graphs
Change-Id: I6381c916582509c45f12d4e6d1d63ffeffc1eaf5
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report.sh')
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 6d770810c5..0438248b8f 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --version "1.2" \ + --version "w47" \ --logging INFO \ --force |