diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-09-21 10:52:09 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-09-21 10:52:09 +0200 |
commit | 0df92678006f857a1ed051d9077868270ec1f543 (patch) | |
tree | 3ddd6ec57d1b2ceef4891efd593c0ec2f0f7a19a /resources/tools/presentation/run_report.sh | |
parent | 0e3903c0ebdf1cb8e95b096012539cb7925ea6d0 (diff) |
PAL: Fix show runtime
Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9
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 9f6290e4b2..7f5e54bcca 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 "38" \ + --week "39" \ --logging INFO \ --force |