diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-01-05 14:12:40 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-01-11 08:46:06 +0100 |
commit | fc3f7fa58880d2327c3364bbcf8338d2256fb8f0 (patch) | |
tree | a6763fb7048caec1d03bd58e25bb0971213a6e4e /resources/tools/presentation/run_report.sh | |
parent | e42ba705ccac080dfa5fd4d1bd2f3c1bb897ecff (diff) |
Report: Configure report
Change-Id: I1c64758f937c34a8f3956a5aa6512bb16a9dfe62
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 7b4351edc9..d9246bb8d9 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 "51" \ + --week "04" \ --logging INFO \ --force |