diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-05-13 10:00:32 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-13 10:00:32 +0200 |
commit | 9cf8c5c4a70a478c9e74cdec398098fd8138d491 (patch) | |
tree | a30d5d6b999ade7309fbd881217a1bacfe4e8c1f /resources/tools/presentation/run_report.sh | |
parent | b286895595c5d7a674e3accd2fb03810d1cd9827 (diff) |
Report: Configuration for 1904.20
Change-Id: I4bbf1ed196947cc290de943b1e39721021d9d7d4
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 8f6867a2e6..48e5ee7af0 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 "19" \ + --week "20" \ --logging INFO \ --force |