diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-07-11 15:11:11 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-07-17 08:48:39 +0200 |
commit | cb66ecc82b7491823c837e2cefbf50984fcae594 (patch) | |
tree | b74193165967868d651b57cc001e3f6c411e394a /resources/tools/presentation/run_report.sh | |
parent | 183c5f1c52fc03caa11bf70a17cc98d667dd07e3 (diff) |
CSIT-1094: Change menu style
Change-Id: Idff59bc73d3444700937fc473681760a947f0f41
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index d294640fd1..8dcd17bbf9 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,6 +38,7 @@ export PYTHONPATH=`pwd` python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ + --version "0.1" \ --logging INFO \ --force |