diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-04-29 10:40:46 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-04-29 10:40:46 +0200 |
commit | a839a1092c783f0d94f3ab0297505832161cd584 (patch) | |
tree | 0bf8c24cfc61b7a8ec21dbc4d87b84113aa109c2 /resources/tools/presentation/run_report.sh | |
parent | 780b65d82863effd53ccb0e0150c29d22522c61d (diff) |
Report: Configure the version
Change-Id: I064b16e0a2b7f96e4590622be340ab657d785f16
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 3b5fd4b0e0..4eeab34454 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} \ - --week "17" \ + --week "18" \ --logging INFO \ --force |