diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-09 10:43:26 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-12 10:23:36 +0100 |
commit | 70b50286ea9145d2720d8bcb36d522b96a0b0ac2 (patch) | |
tree | ce182ee7eca088f19d4d70e3175516826c943d12 /resources/tools/presentation/run_report.sh | |
parent | 59f8cd1c8fabf0517253280335865153fb925d8b (diff) |
CSIT-1350: Add new data to 1810 report
Change-Id: Ia9720501e724f9240eaa41be36e29c8a6ae18ae7
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 9435ce01a6..2792190e3e 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.0" \ + --version "1.1" \ --logging INFO \ --force |