diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-08-14 15:09:55 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-08-14 15:09:55 +0000 |
commit | 27d7bdafcffe0eff093fc775e6721026c3af6227 (patch) | |
tree | 545794ef40c4b2169283911934a51e808a64780b /resources/tools/presentation/run_report.sh | |
parent | 25a40550e90c036dddf17698103a9a3c34ff6799 (diff) |
CSIT-1208: Add new data to 1807 report
Change-Id: Iea304ffd65e4ddbac277274b96207a351cf004fc
Signed-off-by: Peter Mikus <pmikus@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 8dcd17bbf9..f4b5531305 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 "0.1" \ + --version "0.3" \ --logging INFO \ --force |