diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-02-23 11:57:27 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-02-24 08:13:50 +0100 |
commit | 5f0782b8bd0db96a6496d55f44d157146b08de12 (patch) | |
tree | 536a4ef802dfc9ab04397cbd44e7f7c8e4f8f846 /resources/tools/presentation/run_report.sh | |
parent | 0d30d69d515130098eab5d21d8dd59c21400a433 (diff) |
Report: Set .08 revision, fix GSO graphs
Change-Id: I5948dbaf69d183caddbefd16f2198b54a24ff904
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 cac3cdc881..181d9db647 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 "07" \ + --week "08" \ --logging INFO \ --force |