diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-10-02 08:46:13 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-10-05 09:59:11 +0200 |
commit | 6d2573c5cfa89389817eb672e7023c7b3b20d26f (patch) | |
tree | e3c2d9972115bf023a0a9167da507606877c4f12 /resources/tools/presentation/run_report.sh | |
parent | b3ddffc6a3065f78f4b062bf3085ba4f525dff1e (diff) |
Report: Add rls data
Change-Id: I903075db92a71964f792d2de42a69ca93103e11d
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 ef72391cfc..eec9f8ac9f 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python python pal.py \ --specification specification.yaml \ --release ${RELEASE} \ - --week "40" \ + --week "41" \ --logging INFO \ --force |