diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-01-21 13:02:31 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-01-21 14:42:28 +0000 |
commit | 4fba3998e586334ea0663ff401e36971249b191c (patch) | |
tree | ece52b16eb58971e9eb3c46c591701cfe2279dd8 /resources/tools/presentation/run_report.sh | |
parent | 7f83ed570d3cd7ec18f2a7ea3c8c3badd0368099 (diff) |
CSIT-1406: Configure PAL to generate 1901 Report
Change-Id: I2faf542970d9be54945a2f9fdaf0577bdfbd6d24
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 fe1bd798df..26e4b9cf11 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 "03" \ + --week "04" \ --logging INFO \ --force |